Class ConfidenceMapD

Inheritance Relationships

Base Type

Class Documentation

class ConfidenceMapD : 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 ‘Confidence’.

Public Functions

inline ConfidenceMapD()

Zero initialization constructor creating an empty image.

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

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

inline ConfidenceMapD(const cv::Size &iSize)

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