How to obtain FMR and FNMR data?

4 views (last 30 days)
I am working on 3d face recognition using histogram based features. I have two sets of feature vectors from two different face images. Now I want to plot the ROC curve. I am using the city block metric to compare the features.
1) How to find the city block metric? 2) How to obtain the FMR and FNMR? 3) How to plot the ROC curve?

Accepted Answer

Walter Roberson
Walter Roberson on 10 May 2015
pdist(), pdist2(), bwdist(), bwdistgeodesic(), graydist() -- a lot is going to depend on your representation.
Generally speaking, the city-block distance between two vectors U and V is sum(abs(U-V))

More Answers (0)

Community Treasure Hunt

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

Start Hunting!