I have a question regarding a paper I read the other day.
Suppose that we have a black and white image.
This image contains a very large area with white pixels (and it is the area that we are primarily interested in).
The problem is that there are some other areas (way smaller) around this big area that are also white, and we need these small areas removed.
They claim that they removed these areas by region based segmentation. They found the total amount of white pixels , and used a threshold, to remove every areas with less than 20% of the total white pixels.
My question is; How is this possible?
Maybe I didn't understood the paper correctly ?
Thanks in advance.