MATLAB: What is the homogeneous area in an image

Computer Vision Toolboxhomogeneous area in an imageImage Processing Toolbox

My question is that what is homogeneous area in an image and how it is used to conceal the objects in image? Please explain with a realistic example

Best Answer

I think we're the ones who should be asking "Please explain with a realistic example".
You can use a texture filter like stdfilt() inthe Image Processing Toolbox, or MSER in the Computer Vision System Toolbox to find fairly smooth areas.
I have no idea what you mean by using those areas to conceal other imagery.
Related Question