CDF_FRAMEBUFFERTYPE Struct Reference

#include <imagerecognition/cdf/cdfbuffer.h>

struct CDF_FRAMEBUFFERTYPE

Detailed Description

Frame buffer

Member Attribute Documentation

eColorFormat

CDF_COLOR_FORMATTYPE eColorFormat

Color format used.

eControl

Frame buffer control bits

nStride

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.

pBuffer

CDF_PTR pBuffer

Pointer to color plane buffers. It depends on color format how many color components are used.

resolution

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.