Stores the pyramid contents. More...
#include <vpi/Pyramid.h>
Collaboration diagram for VPIPyramidDataRec:Data Fields | |
| int32_t | numLevels |
| Number of levels (i.e. More... | |
| VPIImageData | levels [VPI_MAX_PYRAMID_LEVEL_COUNT] |
| Contents of every pyramid level. More... | |
Stores the pyramid contents.
Every level is represented by an entire VPIImageData. There are numLevels levels, and they can be accessed from levels[0] to levels[numLevels-1].
| VPIImageData VPIPyramidDataRec::levels[VPI_MAX_PYRAMID_LEVEL_COUNT] |
| int32_t VPIPyramidDataRec::numLevels |