Class GrayscaleImage

Inheritance Relationships

Base Type

Class Documentation

class GrayscaleImage : public lib3d::Image<uchar, 1>

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

Content string will be initalized with ‘Luminance’.

Public Functions

inline GrayscaleImage()

Zero initialization constructor creating an empty image.

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

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

inline GrayscaleImage(const cv::Size &iSize)

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