How can i match histogram of same training image and testing image?

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
Image Analyst le 22 Jan 2016
Or you can use imhistmatch() in the Image Processing Toolbox, though it's not super precise.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by