How can i match histogram of same training image and testing image?
Show older comments
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.
Answers (1)
Image Analyst
on 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.
Categories
Find more on Histograms in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!