expand a selection of pixels in opencv 2 – Photoshop
I have a selection mask on an image in cv2 and I want to expand the selection of pixels such that every pixel within a radius R of an already selected pixel can be added to the selection. I would…