#include <imagerecognition/cdf/cdfbuffer.h>
| struct CDF_FRAMEBUFFERTYPE | 
| Public Attributes | |
|---|---|
| CDF_COLOR_FORMATTYPE | eColorFormat | 
| CDF_FRAMEBUFFER_CONTROLTYPE | eControl | 
| CDF_SIZET | nStride | 
| CDF_PTR | pBuffer | 
| CDF_SIZE | resolution | 
Frame buffer
| CDF_SIZET | nStride | 
Row lengths for each color planes in bytes. Stride length can be longer than nominal length if colors are interleaved or image has extra data after each line.
| CDF_PTR | pBuffer | 
Pointer to color plane buffers. It depends on color format how many color components are used.
| CDF_SIZE | resolution | 
Frame resolution. In some color formats all color planes are not same size, e.g. in YUV420 U ja V planes are four times smaller than Y plane.