Psuedo Correlation for Template Matching
Computes the Pseudo Correlation , a finer approach than normal correlation for the template matching purposes. It has a higher specificity and accuracy than the normal correlation score. It returns a score in the range of {0,1}. Please review the paper below in order to see the mathematical formula for the calculation of it and why it is much more accurate for the pattern recognition and template matching.
%% Algorithm is based on the following paper :
% H. Sedghamiz and Daniele Santonocito,'Unsupervised Detection and
% Classification of Motor Unit Action Potentials in Intramuscular
% Electromyography Signals', The 5th IEEE International Conference on
% E-Health and Bioengineering - EHB 2015, At Iasi-Romania.
%% Author:
% Hooman Sedghamiz
% June 2015, Linkoping University
% Please cite the paper if any of the methods were helpfull
Citar como
Hooman Sedghamiz (2024). Psuedo Correlation for Template Matching (https://www.mathworks.com/matlabcentral/fileexchange/59345-psuedo-correlation-for-template-matching), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Image Processing and Computer Vision > Computer Vision Toolbox > Tracking and Motion Estimation > Template Matching >
Etiquetas
Agradecimientos
Inspirado por: Toolbox for unsupervised classification of MUAPs and action potentials in EMG
Comunidades de usuarios
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.