MATLAB: How to create homogeneous area from image

homogeneous areaImage Processing Toolbox

how to create homogeneous area from image?

Best Answer

Try a texture filter, like stdfilt() or entropyfilt(). Uniform areas will have low values in the output image from the filter.