SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
YUV2RGB_BlockInfo Struct Reference

YUV to RGB image block infos that are different per thread. More...

Public Attributes

YUV2RGB_ImageInfoimageInfo
 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...
 

Detailed Description

YUV to RGB image block infos that are different per thread.

Definition at line 578 of file CVCapture.cpp.

Member Data Documentation

◆ bgrRow

uchar* YUV2RGB_BlockInfo::bgrRow

Pointer to the bgr row.

Definition at line 583 of file CVCapture.cpp.

◆ colCount

int YUV2RGB_BlockInfo::colCount

Num. of columns in block.

Definition at line 582 of file CVCapture.cpp.

◆ grayRow

uchar* YUV2RGB_BlockInfo::grayRow

Pointer to the grayscale row.

Definition at line 584 of file CVCapture.cpp.

◆ imageInfo

YUV2RGB_ImageInfo* YUV2RGB_BlockInfo::imageInfo

Pointer to the image info.

Definition at line 580 of file CVCapture.cpp.

◆ rowCount

int YUV2RGB_BlockInfo::rowCount

Num. of rows in block.

Definition at line 581 of file CVCapture.cpp.

◆ uRow

uchar* YUV2RGB_BlockInfo::uRow

Pointer to the u value row.

Definition at line 586 of file CVCapture.cpp.

◆ vRow

uchar* YUV2RGB_BlockInfo::vRow

Pointer to the v value row.

Definition at line 587 of file CVCapture.cpp.

◆ yRow

uchar* YUV2RGB_BlockInfo::yRow

Pointer to the y value row.

Definition at line 585 of file CVCapture.cpp.


The documentation for this struct was generated from the following file: