SEGMENTATION
이전 댓글 표시
hi am doing project in automatic volume measurement of urinary bladder using ultrasound images using image processing . am trying out segmentation but i have a problem that my background and my region of interest are in same color. pls give me some idea n sample code get my roi alone automatically. sample image is in link <http://www.google.co.in/imgres?q=urinary+bladder+image+of+ultrasound+image&um=1&hl=en&sa=N&tbm=isch&tbnid=mVay97b56Hp0IM:&imgrefurl=http://www.medison.ru/uzi/eho400.htm&docid=8Tj1qHtWTbAzdM&imgurl=http://www.medison.ru/uzi/img/p400.jpg&w=640&h=480&ei=bnwFT4KuFIyiiAe3pMS8AQ&zoom=1&iact=hc&vpx=188&vpy=155&dur=2549&hovh=194&hovw=259&tx=182&ty=93&sig=102983391304477840786&page=1&tbnh=146&tbnw=195&start=0&ndsp=20&ved=1t:429,r:0,s:0&biw=1280&bih=832> my roi is center black region.pls any one help me..
댓글 수: 3
Image Analyst
2012년 1월 5일
dinesh asked the same thing with the same image is http://www.mathworks.com/matlabcentral/answers/25266-background-removal - are you posting under two different names (bad etiquette/practice) or are you two working on the same project?
dhanalakshmi
2012년 1월 7일
Image Analyst
2012년 1월 7일
I expect that by now you've implemented successfully the simple algorithm I listed below, so go ahead and mark the question as solved.
채택된 답변
추가 답변 (2개)
slama najla
2012년 5월 24일
0 개 추천
hello Can you help me? can you give me a exemple code in matlab for region of interest because i need this code very urgent thank
댓글 수: 4
Walter Roberson
2012년 5월 24일
편집: Image Analyst
2023년 2월 20일
Image Analyst
2012년 5월 24일
편집: Image Analyst
2023년 2월 20일
slama najla
2012년 5월 24일
이동: DGM
2023년 2월 20일
thank but i like to give me a code matlab for region of interest thank
Image Analyst
2012년 5월 25일
편집: Image Analyst
2023년 2월 20일
I did. Did you overlook my link on the segmentation tutorial? It picks out the coins. Each coin can be considered an ROI.
It's a generic, general purpose demo of how to threshold an image to find blobs, and then measure things about the blobs, and extract certain blobs based on their areas or diameters.
Matt Kindig
2012년 5월 24일
0 개 추천
There is no generic code that we can send you--it entirely depends upon your image. Regions of interest can be identified using a number of different methods. Generally the approach is something like this:
- threshold the image to get logical (black&white) image
- perform some cleanup operations (dilation, filtering, etc.)
- use regionprops to identify distinct regions
- identify the desired region.
If you have the Image Processing Toolbox, the demos and examples in the Toolbox help show how to do all of these tasks. These should get you started.
P.S. By the way, you should start a new question rather than simply adding to this thread. Since this thread already has an accepted answer, a lot of people will simply skip over your question (overlooking the time stamp). Once you do that, however, continue to use that same question until your question is resolved, and then accept any answer.
카테고리
도움말 센터 및 File Exchange에서 Image Processing Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!