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 block infos that are different per thread. More...
Public Attributes | |
YUV2RGB_ImageInfo * | imageInfo |
Pointer to the image info. More... | |
int | rowCount |
Num. of rows in block. More... | |
int | colCount |
Num. of columns in block. More... | |
uchar * | bgrRow |
Pointer to the bgr row. More... | |
uchar * | grayRow |
Pointer to the grayscale row. More... | |
uchar * | yRow |
Pointer to the y value row. More... | |
uchar * | uRow |
Pointer to the u value row. More... | |
uchar * | vRow |
Pointer to the v value row. More... | |
YUV to RGB image block infos that are different per thread.
Definition at line 578 of file CVCapture.cpp.
uchar* YUV2RGB_BlockInfo::bgrRow |
Pointer to the bgr row.
Definition at line 583 of file CVCapture.cpp.
int YUV2RGB_BlockInfo::colCount |
Num. of columns in block.
Definition at line 582 of file CVCapture.cpp.
uchar* YUV2RGB_BlockInfo::grayRow |
Pointer to the grayscale row.
Definition at line 584 of file CVCapture.cpp.
YUV2RGB_ImageInfo* YUV2RGB_BlockInfo::imageInfo |
Pointer to the image info.
Definition at line 580 of file CVCapture.cpp.
int YUV2RGB_BlockInfo::rowCount |
Num. of rows in block.
Definition at line 581 of file CVCapture.cpp.
uchar* YUV2RGB_BlockInfo::uRow |
Pointer to the u value row.
Definition at line 586 of file CVCapture.cpp.
uchar* YUV2RGB_BlockInfo::vRow |
Pointer to the v value row.
Definition at line 587 of file CVCapture.cpp.
uchar* YUV2RGB_BlockInfo::yRow |
Pointer to the y value row.
Definition at line 585 of file CVCapture.cpp.