39 #ifndef _vpImageCircle_h_
40 #define _vpImageCircle_h_
42 #include <visp3/core/vpConfig.h>
43 #include <visp3/core/vpColor.h>
44 #include <visp3/core/vpImage.h>
45 #include <visp3/core/vpImagePoint.h>
46 #include <visp3/core/vpRect.h>
48 #if defined(VISP_HAVE_OPENCV)
49 #include <opencv2/core/core.hpp>
68 #ifdef HAVE_OPENCV_CORE
90 float getRadius()
const;
102 float get_n20()
const;
108 float get_n02()
const;
114 float get_n11()
const;
Class that defines a 2D circle in an image.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Defines a rectangle in the plane.