Best Segmentation technique for a structurally homogenous image
1 回表示 (過去 30 日間)
古いコメントを表示
I would like to segment a structurally homogenous object from the background image. Techniques like active contours, region growing and merging and adaptive thresholding have already been employed and little efficiency has been demonstrated. The image is a gray scale image and i would like to make use of a new technique to segment these structurally homogenous objects from the background. Kindly suggest me a better segmentation technique other than the above mentioned techniques.
4 件のコメント
Image Analyst
2012 年 7 月 25 日
Why can't you simply use size and/or shape information? It's big and round so that should be a major clue. Did you see my BlobsDemo in my File Exchange?
回答 (1 件)
Spandan Tiwari
2013 年 4 月 25 日
Try using the new function activecontour in the Image Processing Toolbox that shipped in R2013a. It should be useful for this problem.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!