how can I segment my object from background based on texture?
古いコメントを表示
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
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
カテゴリ
ヘルプ センター および File Exchange で Texture Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!