SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
YUV to RGB image infos. Offset value can be negative for mirrored copy. More...
Public Attributes | |
int | bgrColOffest |
offset in bytes to the next bgr pixel (column) More... | |
int | grayColOffest |
offset in bytes to the next gray pixel (column) More... | |
int | yColOffest |
offset in bytes to the next y pixel (column) More... | |
int | uColOffest |
offset in bytes to the next u pixel (column) More... | |
int | vColOffset |
offset in bytes to the next v pixel (column) More... | |
int | bgrRowOffset |
offset in bytes to the next bgr row More... | |
int | grayRowOffset |
offset in bytes to the next grayscale row More... | |
int | yRowOffset |
offset in bytes to the y value of the next row More... | |
int | uRowOffset |
offset in bytes to the u value of the next row More... | |
int | vRowOffest |
offset in bytes to the v value of the next row More... | |
YUV to RGB image infos. Offset value can be negative for mirrored copy.
Definition at line 563 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::bgrColOffest |
offset in bytes to the next bgr pixel (column)
Definition at line 565 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::bgrRowOffset |
offset in bytes to the next bgr row
Definition at line 570 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::grayColOffest |
offset in bytes to the next gray pixel (column)
Definition at line 566 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::grayRowOffset |
offset in bytes to the next grayscale row
Definition at line 571 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::uColOffest |
offset in bytes to the next u pixel (column)
Definition at line 568 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::uRowOffset |
offset in bytes to the u value of the next row
Definition at line 573 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::vColOffset |
offset in bytes to the next v pixel (column)
Definition at line 569 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::vRowOffest |
offset in bytes to the v value of the next row
Definition at line 574 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::yColOffest |
offset in bytes to the next y pixel (column)
Definition at line 567 of file CVCapture.cpp.
int YUV2RGB_ImageInfo::yRowOffset |
offset in bytes to the y value of the next row
Definition at line 572 of file CVCapture.cpp.