I have a set of points [(x0,y0), (x1,y1), .. ]
And a set of bounding rectangles produced using the cv2.boundingRect(someContour)
function.
Where each bounding box is an iterable object with four coordinates (a,b,c,d)
.
My questions are:
what is the meaning of these four numbers?.
how to check if each given point is contained within the bounding rect?
I know that opencv for C++ has the 'contains' method but it doesnt exist for python.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…