How to evaluate image segmentation results?
이전 댓글 표시
I am doing with some fuzzy c means clustering based image segmentation extension work. Can please any one put the idea how to do performance analysis with some parameter with new segmentation approach.
채택된 답변
추가 답변 (3개)
Anand
2013년 3월 18일
1 개 추천
Two of the standard metrics used for image segmentation are dice overlap coefficient and jaccard index. These metrics measure the similarity between your segmentation and the expected segmentation output. This ofcourse means that you will need a "ground truth" segmentation result to compare against.
I found the following link that explains them nicely:
댓글 수: 1
Image Analyst
2013년 3월 18일
Yes, those were the kinds of things I was thinking of. Nice to see that someone has thought it out more thoroughly. Thanks for the link.
Sara Fadhil
2020년 11월 29일
0 개 추천
i need math-lab code or the syntax for dice similarity coefficient,variation of information,universal quality index,global consistency error,compare image boundary error,Davis bound,Jacquard index......any one can help for this
댓글 수: 1
Image Analyst
2020년 11월 29일
See attached.
Sara Fadhil
2020년 12월 7일
편집: Image Analyst
2020년 12월 7일
0 개 추천
I need Jacquard index to evaulate image segmentation algorithm.
I need Jaccard similarity code to evaulate image segmentation algorithm.
댓글 수: 3
Image Analyst
2020년 12월 7일
From the help:
Description
similarity = jaccard(BW1,BW2) computes the intersection of binary images BW1 and BW2 divided by the union of BW1and BW2, also known as the Jaccard index. The images can be binary images, label images, or categorical images.
Introduced in R2017b
Sara Fadhil
2020년 12월 8일
thank you but matlab R2017didnt work on my computer
Image Analyst
2020년 12월 8일
Call them for free installation help if you can't launch your MATLAB release R2017 (or whatever version you have).
카테고리
도움말 센터 및 File Exchange에서 Color Segmentation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!