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 件のコメント

Image Analyst
Image Analyst 2019 年 6 月 6 日
In words, explain what is the difference between supervised and unsupervised evaluation.
lytx
lytx 2019 年 6 月 6 日
About supervised we can use groundTruth and compare the segmentation result with groundTruth.But unsupervised evaluation we can't.
Image Analyst
Image Analyst 2019 年 6 月 6 日
If unsupervised evaluation does not compare actual segmentation to the ground truth, then what reference image DOES it compare your test segmentation image to???
lytx
lytx 2019 年 6 月 6 日
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.
lytx
lytx 2019 年 6 月 6 日
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