The CvRect type exposes the following members.
Operators
Name | Description | |
---|---|---|
Addition(CvRect, CvPoint) |
Shifts rectangle by a certain offset
| |
Addition(CvRect, CvSize) |
Expands or shrinks rectangle by a certain amount
| |
BitwiseAnd |
Determines the CvRect structure that represents the intersection of two rectangles.
| |
BitwiseOr |
Gets a CvRect structure that contains the union of two CvRect structures.
| |
Equality |
Compares two CvRect objects. The result specifies whether the members of each object are equal.
| |
Inequality |
Compares two CvRect objects. The result specifies whether the members of each object are unequal.
| |
Subtraction(CvRect, CvPoint) |
Shifts rectangle by a certain offset
| |
Subtraction(CvRect, CvSize) |
Expands or shrinks rectangle by a certain amount
|
See Also