PedestrainCounting
|
Public Member Functions | |
Size (int w=0, int h=0) | |
Size | operator= (const Rect &r) |
Size | operator* (float f) |
bool | operator== (const Size &other) const |
operator cv::Size () const | |
bool | IsIn (const Rect &rect) const |
bool | IsIn (int upper, int left, int width, int height) const |
Public Attributes | |
int | width |
int | height |
int | area |