Aspose::BarCode::BarCodeRecognition::LuminanceFrame class
Contents
[
Hide
]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
| Method | Description |
|---|---|
| get_Data() const | Gets the luminance data. |
| get_Height() const | Gets the frame height in pixels. |
| get_RotationDegrees() const | Gets the number of degrees the frame must be rotated clockwise to have the correct orientation. |
| get_RowStride() const | Gets the distance in bytes between the beginnings of two adjacent rows. |
| get_Width() const | Gets 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
- Namespace Aspose::BarCode::BarCodeRecognition
- Library Aspose.BarCode for C++