フィルターのクリア

How can i detect homogeneous areas??

3 ビュー (過去 30 日間)
Pamela Paolo
Pamela Paolo 2012 年 10 月 2 日
コメント済み: Image Analyst 2015 年 3 月 23 日
Hello, How can i detect homogeneous areas in an image with matlab?? thanks

回答 (1 件)

Image Analyst
Image Analyst 2012 年 10 月 2 日
I would try some spatial filters like stdfilt() and entropyfilt() to get images with high signal where there is high variance. Then threshold that to select dark areas, which are the "uniform" areas. What you do after that depends on what you want to do once you have the uniform areas.
  7 件のコメント
n ali
n ali 2015 年 3 月 23 日
I am doing image segmentation by using a matlab code, im getting the final output in the form of image size matrix sax 320*280 with quantized segemnted values, now i want to extract the different similar regions from it, can any one guide me abt any possible way , the regions are not homogeneous they varray in dimension and depends upon scene conditions
Image Analyst
Image Analyst 2015 年 3 月 23 日
Post your image in a new question. I'm not sure what you're asking. You say you're already getting the segmented output, so what's left to do?

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by