Go to the documentation of this file.
27 inline const cv::Vec3b&
getColor(
int x,
int y)
const
32 inline const float&
getDepth(
int x,
int y)
const
41 return (d == d && d > 0);
51 return (d == d && d > 0);
70 #endif // RGBD_VIEW_H_
const cv::Mat & getDepthImage() const
Get the depth image.
bool getPoint3DSafe(int x, int y, geo::Vector3 &p) const
const int & getWidth() const
const float & getDepth(int x, int y) const
const geo::DepthCamera & getRasterizer() const
const int & getHeight() const
bool getPoint3D(int x, int y, geo::Vector3 &p) const
const cv::Mat & getRGBImage() const
Get the RGB color image.
geo::Vec3T< T > project2Dto3D(int x, int y) const
geo::DepthCamera rasterizer_
View(const Image &image, int width)
const cv::Vec3b & getColor(int x, int y) const