44 #include <visp3/core/vpException.h> 45 #include <visp3/visual_features/vpFeatureBuilder.h> 46 #include <visp3/visual_features/vpFeatureException.h> 48 #ifdef VISP_HAVE_MODULE_BLOB 170 #endif //#ifdef VISP_HAVE_MODULE_BLOB 253 std::cout <<
"Z = " << s.
get_Z() << std::endl;
258 if (fabs(s.
get_Z()) < 1e-6) {
260 std::cout <<
"Z = " << s.
get_Z() << std::endl;
static void convertPoint(const vpCameraParameters &cam, const double &x, const double &y, double &u, double &v)
Class that defines a 2D point visual feature which is composed by two parameters that are the cartes...
static void convertPoint(const vpCameraParameters &cam, const double &u, const double &v, double &x, double &y)
double get_y() const
Get the point y coordinate in the image plane.
This tracker is meant to track a blob (connex pixels with same gray level) on a vpImage.
void set_y(const double y)
Class that defines what is a point.
vpImagePoint getCog() const
void set_x(const double x)
vpImagePoint getCog() const
Error that can be emited by the vpBasicFeature class and its derivates.
Generic class defining intrinsic camera parameters.
double get_x() const
Get the point x coordinate in the image plane.
This tracker is meant to track a dot (connected pixels with same gray level) on a vpImage...
void set_Z(const double Z)
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpDot &d)