Class DepthMapD

Inheritance Relationships

Base Type

Class Documentation

class DepthMapD : public lib3d::Image<double, 1>

Manifistation of lib3d::types::Image for single-channel image with pixel data of type double.

Content string will be initalized with ‘Depth’.

Public Functions

inline DepthMapD()

Zero initialization constructor creating an empty image.

inline DepthMapD(const int &iWidth, const int &iHeight)

Class constructor creating a zero-initialized image of size iWidth \(\times\) iHeight.

inline DepthMapD(const cv::Size &iSize)

Class constructor creating a zero-initialized image of size iSize.