Matlab code of unsupervised evaluation method to evaluate segmented image.

I am currently doing image segmentation assessment, which is divided into two methods: supervised evaluation and unsupervised evaluation. But I can't find the code for unsupervised evaluation. Can someone help me? I looked at the 'Image segmentation evaluation: A survey of unsupervised methods', but I can't implement the indicators inside.

5 comentarios

In words, explain what is the difference between supervised and unsupervised evaluation.
About supervised we can use groundTruth and compare the segmentation result with groundTruth.But unsupervised evaluation we can't.
If unsupervised evaluation does not compare actual segmentation to the ground truth, then what reference image DOES it compare your test segmentation image to???
I suggest you refer to the literature I mentioned at the beginning. Unsupervised is to use some standard indicators that people generally agree with, or to refer to the original image to calculate the results.
My current problem is that I can't write the relevant code.

Iniciar sesión para comentar.

Respuestas (2)

KALYAN ACHARJYA
KALYAN ACHARJYA el 4 de Jun. de 2019
Editada: KALYAN ACHARJYA el 4 de Jun. de 2019
All basics methods related to unsupervised methods, like thresholding, othsh's threshold, watershed, MICO and many more followed by morphological operations. Requested you to follow Book: Digital Imge Processing with Matlab by Gonzalez
lytx
lytx el 6 de Jun. de 2019
Thank you for your answer, I have read this book, but I don't find the code I want .The book introduces the basics, I can't edit the code myself.

Preguntada:

el 4 de Jun. de 2019

Comentada:

el 6 de Jun. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by