ImageConstrainInfo
Description
Sets image alignment parameters.
Structure Definition
1 2 3 4 5 6 7 8 9 10 11 12 | struct ImageConstrainInfo { uint32_t minWidthStride; uint32_t maxWidthStride; uint32_t minHeightStride; uint32_t maxHeightStride; uint32_t widthStrideAlign; uint32_t heightStrideAlign; uint32_t widthAlign; uint32_t heightAlign; float ratio; uint32_t pixelBit; }; |
Parameters
Parameter |
Description |
|---|---|
minWidthStride |
Minimum value for width alignment |
maxWidthStride |
Maximum value for width alignment |
minHeightStride |
Minimum value for height alignment |
maxHeightStride |
Maximum value for height alignment |
widthStrideAlign |
Width stride alignment mode |
heightStrideAlign |
Height stride alignment mode |
widthAlign |
Width alignment mode |
heightAlign |
Height alignment mode |
ratio |
Ratio |
pixelBit |
Pixel data |
Parent topic: General Data Structures