Class ColorImage

Inheritance Relationships

Base Type

Class Documentation

class ColorImage : public lib3d::Image<uchar, 3>

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

Content string will be initalized with ‘RGB’.

Public Functions

inline ColorImage()

Zero initialization constructor creating an empty image.

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

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

inline ColorImage(const cv::Size &iSize)

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