The CvRect type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| Empty |
Represents a CvRect structure with its properties left uninitialized.
| |
| Height |
Height of the rectangle
| |
| SizeOf |
sizeof(CvRect)
| |
| Width |
Width of the rectangle
| |
| X |
x-coordinate of the left-most rectangle corner[s]
| |
| Y |
y-coordinate of the top-most or bottom-most rectangle corner[s]
|
See Also