Get coordinates of a pixel with OpenCV - Python [closed]

1

Good, I'm trying to get the coordinate in X (the column number) for the pixel / s that meet a given condition (example RGB = 255,0,0 ) and for a value of Y (row) given.

Is there any way to do it in Python using OpenCV?

    
asked by Facundo Morosi 10.07.2017 в 21:50
source

0 answers