40 #ifndef vpRectOriented_h 41 #define vpRectOriented_h 49 #include <visp3/core/vpImagePoint.h> 50 #include <visp3/core/vpRect.h> 82 void setSize(
double width,
double height);
84 double getWidth()
const;
86 double getHeight()
const;
88 void setOrientation(
double theta);
90 double getOrientation()
const;
105 #endif // vpRectOriented_h 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 ...
Defines an oriented rectangle in the plane.