Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Detect the `Shaded Region` and Remove it

Hi,

I have a diagram like these:

diagram with shaded regions image description

I would like to detect the region which is shaded. Obviously, the shaded region is not really shaded, it just consists of a dense array of lines. I am also makeing a line tracing algorithm to detect the real lines, but these shaded lines distract my algorithm , so I need to remove them.

How do I detect the shaded regions and remove them?

Thanks a lot!