PedestrainCounting
Public Member Functions | Public Attributes | List of all members
Size Class Reference

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
 

The documentation for this class was generated from the following files: