How to evaluate image segmentation results?
Show older comments
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.
Accepted Answer
More Answers (3)
Anand
on 18 Mar 2013
1 vote
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 Comment
Image Analyst
on 18 Mar 2013
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
on 29 Nov 2020
0 votes
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 Comment
Image Analyst
on 29 Nov 2020
See attached.
Sara Fadhil
on 7 Dec 2020
Edited: Image Analyst
on 7 Dec 2020
0 votes
I need Jacquard index to evaulate image segmentation algorithm.
I need Jaccard similarity code to evaulate image segmentation algorithm.
3 Comments
Image Analyst
on 7 Dec 2020
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
on 8 Dec 2020
thank you but matlab R2017didnt work on my computer
Image Analyst
on 8 Dec 2020
Call them for free installation help if you can't launch your MATLAB release R2017 (or whatever version you have).
Categories
Find more on Image Segmentation in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!