how to create homogeneous area from image?

1 view (last 30 days)
how to create homogeneous area from image?
  2 Comments
Walter Roberson
Walter Roberson on 24 Dec 2012
Please describe your question in more detail.
vipul utsav
vipul utsav on 24 Dec 2012
in image i need to find area/block which have nearly uniform pixel intensity

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 24 Dec 2012
Try a texture filter, like stdfilt() or entropyfilt(). Uniform areas will have low values in the output image from the filter.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!