how can I segment my object from background based on texture?

조회 수: 3 (최근 30일)
Sangamithirai S
Sangamithirai S 2014년 8월 9일
답변: Image Analyst 2014년 8월 9일
My project is based on texture segmentation. My first step is to separate my object from the background. How can I proceed with this?

답변 (1개)

Image Analyst
Image Analyst 2014년 8월 9일
As a first step, try typing Texture into the help and see a list of functions you can try:
Texture Analysis
Entropy, range, and standard deviation filtering; create gray-level co-occurrence matrix
Functions
entropy Entropy of grayscale image
entropyfilt Local entropy of grayscale image
rangefilt Local range of image
stdfilt Local standard deviation of image
Then run them on your image. Then threshold to create a binary image, label blobs, and call regionprops(). See my Image Segmentation Tutorial for more details: http://www.mathworks.com/matlabcentral/fileexchange/?term=authorid%3A31862

태그

Community Treasure Hunt

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

Start Hunting!

Translated by