Class NormalMapD

Inheritance Relationships

Base Type

Class Documentation

class NormalMapD : public lib3d::Image<double, 3>

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

Each pixel will have the three components (x,y and z) of the normal vector.

Content string will be initalized with ‘Normal’.

Public Functions

inline NormalMapD()

Zero initialization constructor creating an empty image.

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

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

inline NormalMapD(const cv::Size &iSize)

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