48 #include <visp/vpFeatureBuilder.h>
49 #include <visp/vpFeatureException.h>
50 #include <visp/vpException.h>
262 std::cout <<
"Z = " << s.
get_Z() << std::endl ;
265 "Point is behind the camera ")) ;
268 if (fabs(s.
get_Z()) < 1e-6)
271 std::cout <<
"Z = " << s.
get_Z() << std::endl ;
274 "Point Z coordinates is null")) ;
static void convertPoint(const vpCameraParameters &cam, const double &x, const double &y, double &u, double &v)
Point coordinates conversion from normalized coordinates in meter to pixel coordinates ...
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)
Point coordinates conversion from pixel coordinates to normalized coordinates in meter...
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)