On which parameters freeman chain code correctness can be determined?

1 次查看(过去 30 天)
I have applied chain code on images for predicting the object as normal and worn. Now I have to apply confusion matrix on those images so that precision can be calculated. But the problem is chain code for both the images i.e. chain code for normal object and worn object are different. Matrix dimensions are different for both and hence I am unable to get desired results. How I can get the desired values for true positive,false positive,false negative,true negative ? Are there any other parameters which can be used in this case?

采纳的回答

Walter Roberson
Walter Roberson 2016-6-5
"features" that are of different length are not directly comparable. You need to find a way to make the arrays the same size. Or you need to find a way to extract constant-size information from the arrays. Or you need to define a "matching" metric that can work with different sizes or arrays (e.g., by searching for matching subpatterns.)

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Feature Detection and Extraction 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by