contains (cv.Rect) - MATLAB File Help
cv.Rect.contains
Checks whether the rectangle contains the point
b =
cv.Rect.contains
(r, pt)
Input
r
rectangle
[x,y,w,h]
pt
point
[x,y]
Output
b
true or false.
Method Details
Access
public
Sealed
false
Static
true