area (cv.Rect) - MATLAB File Help
cv.Rect.area
Area (width*height) of the rectangle
out =
cv.Rect.area
(r)
Input
r
rectangle
[x,y,w,h]
.
Output
a
area of the rectangle
w*h
.
Method Details
Access
public
Sealed
false
Static
true