Evo 7.12.0-TM26061101
Evo LPR Engine
Loading...
Searching...
No Matches
EvoImage Struct Reference

Image Descriptor. More...

#include <Basic.h>

Public Attributes

const uint8_t * planes [EVO_MAX_IMG_PLANES]
 Memory buffer to contain each plane.
int width
 Width Size by the Pixel.
int height
 Height Size by the Pixel.
EvoPixFmt pf
 Pixel Format.
int strides [EVO_MAX_IMG_PLANES]
 Stride Size by the Byte.

Detailed Description

Describe image data.

Member Data Documentation

◆ strides

int EvoImage::strides[EVO_MAX_IMG_PLANES]

If this is less than or equal to zero, calculate proper value automatically.