Target objects
이전 댓글 표시
Hi,
I'm trying to segment images that have objects with different intensities and some of the objects have intensity close to the intensity of the background. Initially I targeted the background and region of objects. In the second phase used the function imextendedmin to target objects with the lower intensities. Now I need to segment the objects that have medium intensity, ie, objects that have the intensity of the objects targeted by imextendedmin and background. I've tried the functions and imregionalmin imhimin but got no results. Someone help me, please?
댓글 수: 6
Jan
2011년 12월 13일
What exactly is your question?
Marlene
2011년 12월 13일
Marlene
2011년 12월 13일
Image Analyst
2011년 12월 14일
How can we help you? Have you provided us an image to look at? Any sample code? I don't see any so I don't know what I can do. I care about the image more than anything (such as your algorithm) since often the algorithm people think will work is totally way off base. What are you expecting from us, given that you're not providing us with anything very useful? Post your image on tinypic.com and post another image with the objects you want to measure outlined in red.
Marlene
2011년 12월 14일
Marlene
2011년 12월 15일
답변 (1개)
Sean de Wolski
2011년 12월 15일
%Something along the lines of:
[fx fy] = gradient(I);
GM = hypot(fx,fy);
M = shrinkWrap(GM,'objthresh',too_be_determined(see_help));
카테고리
도움말 센터 및 File Exchange에서 Morphological Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!