필터 지우기
필터 지우기

Uniform Color Extraction from Image

조회 수: 1 (최근 30일)
Chandra Shekhar
Chandra Shekhar 2012년 12월 10일
I have a image with multiple colors.I need to extract individual color by suppressing the other color.I mean, if image consist of different color balls and in that one color ball(say yellow or red etc)i need to extract(display) by suppressing remaining color balls. Like that all color balls i need to display separately.
Does any one know please suggest me how to implement this or any MATLAB code?
Thank You

채택된 답변

Image Analyst
Image Analyst 2012년 12월 10일
Have you tried my color segmentation tutorials: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862 ?
  댓글 수: 2
Chandra Shekhar
Chandra Shekhar 2012년 12월 11일
I tried but its not giving clear output for my requirement. I tried with color based segmentation using K means clustering, here i am getting better result.
Thank You Sir.
Image Analyst
Image Analyst 2012년 12월 11일
OK - k-means is good if your colors vary from image to image. You know how many colors there should be but you don't have consistent colors, due to varying illumination, varying object colors, or some other reason. Here's the Mathworks demo on it: http://www.mathworks.com/products/demos/image/color_seg_k/ipexhistology.html

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by