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

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

Detailed Description

YUV to RGB image infos. Offset value can be negative for mirrored copy.

Definition at line 563 of file CVCapture.cpp.

Member Data Documentation

◆ bgrColOffest

int YUV2RGB_ImageInfo::bgrColOffest

offset in bytes to the next bgr pixel (column)

Definition at line 565 of file CVCapture.cpp.

◆ bgrRowOffset

int YUV2RGB_ImageInfo::bgrRowOffset

offset in bytes to the next bgr row

Definition at line 570 of file CVCapture.cpp.

◆ grayColOffest

int YUV2RGB_ImageInfo::grayColOffest

offset in bytes to the next gray pixel (column)

Definition at line 566 of file CVCapture.cpp.

◆ grayRowOffset

int YUV2RGB_ImageInfo::grayRowOffset

offset in bytes to the next grayscale row

Definition at line 571 of file CVCapture.cpp.

◆ uColOffest

int YUV2RGB_ImageInfo::uColOffest

offset in bytes to the next u pixel (column)

Definition at line 568 of file CVCapture.cpp.

◆ uRowOffset

int YUV2RGB_ImageInfo::uRowOffset

offset in bytes to the u value of the next row

Definition at line 573 of file CVCapture.cpp.

◆ vColOffset

int YUV2RGB_ImageInfo::vColOffset

offset in bytes to the next v pixel (column)

Definition at line 569 of file CVCapture.cpp.

◆ vRowOffest

int YUV2RGB_ImageInfo::vRowOffest

offset in bytes to the v value of the next row

Definition at line 574 of file CVCapture.cpp.

◆ yColOffest

int YUV2RGB_ImageInfo::yColOffest

offset in bytes to the next y pixel (column)

Definition at line 567 of file CVCapture.cpp.

◆ yRowOffset

int YUV2RGB_ImageInfo::yRowOffset

offset in bytes to the y value of the next row

Definition at line 572 of file CVCapture.cpp.


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