34 #ifndef VP_RECT_ORIENTED_H
35 #define VP_RECT_ORIENTED_H
37 #include <visp3/core/vpConfig.h>
38 #include <visp3/core/vpImagePoint.h>
39 #include <visp3/core/vpRect.h>
51 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
61 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
69 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
70 VP_EXPLICIT
operator vpRect();
88 void setSize(
double width,
double height);
90 double getWidth()
const;
92 double getHeight()
const;
94 void setOrientation(
double theta);
96 double getOrientation()
const;
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.
vpRectOriented & operator=(const vpRectOriented &)=default
vpRectOriented(const vpRectOriented &)=default
Defines a rectangle in the plane.