How can i match histogram of same training image and testing image?
Afficher commentaires plus anciens
A = imread('fingerprint.jpg');
imhist(A);
save the histogram ,I want to match with another histogram image of same fingerprint.
Any help would be appreciated.
Thank you.
Réponses (1)
Image Analyst
le 22 Jan 2016
0 votes
You can use my File Exchange entry: http://www.mathworks.com/matlabcentral/fileexchange/28972-custom-shaped-histogram
Or you can use imhistmatch() in the Image Processing Toolbox, though it's not super precise.
Catégories
En savoir plus sur Histograms dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!