Clear Filters
Clear Filters

Which segmentation methods are preferable?

1 view (last 30 days)
Hi friends!I am writing a paper on segmentation methods.I need to apply the segmentation technique to a radiographic image. The size of the image is too large(5000*7000). Can you suggest me some methods so that I can get the result fastly?

Accepted Answer

Image Analyst
Image Analyst on 28 Mar 2013
imresize() will make the image smaller, if that's what you want.
  11 Comments
Image Analyst
Image Analyst on 4 Apr 2013
You need to have some "ground truth" - in other words, the known, true, accurate segmentation. What/who can you trust to give you the ground truth? Would you trust a physician if they outlined the region and said "I know for a fact that this is the most accurate boundary for this tissue"? If so, then that's your ground truth and you need to compare all your algorithms against that.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!