How to obtain FMR and FNMR data?

4 次查看(过去 30 天)
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?

采纳的回答

Walter Roberson
Walter Roberson 2015-5-10
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))

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by