49 #include <visp/vpRect.h>
50 #include <visp/vpDebug.h>
78 this->height = height;
89 this->left = topLeft.
get_u();
90 this->top = topLeft.
get_v();
92 this->height = height;
103 this->left = topLeft.
get_u();
104 this->top = topLeft.
get_v();
119 this->width = r.width;
120 this->height = r.height;
131 this->width = r.width;
132 this->height = r.height;
void setRight(double pos)
Defines a rectangle in the plane.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
vpRect & operator=(const vpRect &r)
void setBottom(double pos)