Class GrayscaleImage
Defined in File image.hpp
Inheritance Relationships
Base Type
public lib3d::Image< uchar, 1 >
(Template Class Image)
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.
-
inline GrayscaleImage()