필터 지우기
필터 지우기

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