Aspose::BarCode::BarCodeRecognition::LuminanceFrame class

LuminanceFrame class

Represents an 8-bit grayscale image frame. Each pixel is represented by one byte containing its luminance value.

class LuminanceFrame : public System::Object

Methods

MethodDescription
get_Data() constGets the luminance data.
get_Height() constGets the frame height in pixels.
get_RotationDegrees() constGets the number of degrees the frame must be rotated clockwise to have the correct orientation.
get_RowStride() constGets the distance in bytes between the beginnings of two adjacent rows.
get_Width() constGets the frame width in pixels.
LuminanceFrame(System::ArrayPtr<uint8_t>, int32_t, int32_t, int32_t)Initializes a new instance of the LuminanceFrame class without padding between rows. The distance between adjacent rows is equal to width .
LuminanceFrame(System::ArrayPtr<uint8_t>, int32_t, int32_t, int32_t, int32_t)Initializes a new instance of the LuminanceFrame class with the specified row stride.

See Also