40#include <visp3/core/vpDebug.h>
41#include <visp3/core/vpException.h>
42#include <visp3/visual_features/vpFeatureBuilder.h>
43#include <visp3/visual_features/vpFeatureException.h>
64 s.set_X(t.cP[0] / t.cP[3]);
65 s.set_Y(t.cP[1] / t.cP[3]);
66 s.set_Z(t.cP[2] / t.cP[3]);
static void create(vpFeaturePoint &s, const vpCameraParameters &cam, const vpDot &d)
Class that defines the 3D point visual feature.
Class that defines a 3D point in the object frame and allows forward projection of a 3D point in the ...