Borrar filtros
Borrar filtros

On which parameters freeman chain code correctness can be determined?

1 visualización (últimos 30 días)
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?

Respuesta aceptada

Walter Roberson
Walter Roberson el 5 de Jun. de 2016
"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.)

Más respuestas (0)

Categorías

Más información sobre Feature Detection and Extraction en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by