Page 1 of 1

I need to conduct a PixelSearch that looks for a pixel that has no other pixels of the same color around it.

Posted: 25 Jun 2019, 12:48
by Martin77
So for example. I have this red pixel i need to find. But sometimes, there are blocks of red pixels together that im not interested in. I need to find only the the instances where the red pixel is isolated without any other equal red pixels around it.

So it finds the red pixel, but if it has other red pixels around it, then it should continue the search for other instance until it finds an isolated red pixel with only different color pixels around it.

Dont know if i explained the problem well.

[Mod edit: Moved to 'Ask For Help']