|
PedestrainCounting
|
Public Member Functions | |
| Rect (int u=0, int l=0, int w=0, int h=0) | |
| Rect | operator+ (const Point2D &offset) const |
| bool | IsOverlap (const Rect &other) const |
| bool | IsIn (const Rect &other) const |
| operator cv::Rect () const | |
| operator Size () const | |
Public Attributes | |
| int | upper |
| int | left |
| int | height |
| int | width |
|
inline |
Is the other rectangle all inside this one.
1.8.9.1