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

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
 

Member Function Documentation

bool Rect::IsIn ( const Rect other) const
inline

Is the other rectangle all inside this one.


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