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

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.

댓글을 달려면 로그인하십시오.

답변 (2개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 6월 4일
편집: KALYAN ACHARJYA 2019년 6월 4일

0 개 추천

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 2019년 6월 6일

0 개 추천

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.

질문:

2019년 6월 4일

댓글:

2019년 6월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by