필터 지우기
필터 지우기

Best Segmentation technique for a structurally homogenous image

조회 수: 1 (최근 30일)
shivasakthi
shivasakthi 2012년 5월 8일
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
shivasakthi
shivasakthi 2012년 7월 25일
I would like to segment the structurally homogenous object on the right from the above 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. Also help me with a matlab code for the same.
Image Analyst
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
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.

Community Treasure Hunt

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

Start Hunting!

Translated by