35 #include <opencv2/opencv.hpp>    53         float projectZ(
unsigned short depth, 
float factor = 1000.f) 
const;
    63         float projectX(T x, 
unsigned short depth, 
float factor = 1000.f) 
const;
    73         float projectY(T y, 
unsigned short depth, 
float factor = 1000.f) 
const;
    82         int backprojectX(
float x, 
float depth, 
float factor = 1000.f) 
const;
    91         int backprojectY(
float y, 
float depth, 
float factor = 1000.f) 
const;