how to create homogeneous area from image?

how to create homogeneous area from image?

2 Comments

Please describe your question in more detail.
in image i need to find area/block which have nearly uniform pixel intensity

Sign in to comment.

 Accepted Answer

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!