Hello,
I have a binary mask (CV_8UC1). I want to find all POSITIVE neighbour pixels to a given pixel.
The idea is to implement something similar to GIMP's magic wand selection, in which a user selects a pixel, and the app automatically selects all positive neighbours as a pixel
How do I do this?
↧