34 #ifndef VP_COLOR_DEPTH_CONVERSION_H
35 #define VP_COLOR_DEPTH_CONVERSION_H
37 #include <visp3/core/vpConfig.h>
40 #include "vpCameraParameters.h"
52 static vpImagePoint projectColorToDepth(
const uint16_t *data,
double depth_scale,
double depth_min,
double depth_max,
53 double depth_width,
double depth_height,
Generic class defining intrinsic camera parameters.
Implementation of an homogeneous matrix and operations on such kind of matrices.
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Definition of the vpImage class member functions.