VPI - Vision Programming Interface

0.1.0 Release

VPIPyramidDataRec Struct Reference

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

Detailed Description

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

Definition at line 123 of file Pyramid.h.

Field Documentation

◆ levels

VPIImageData VPIPyramidDataRec::levels[VPI_MAX_PYRAMID_LEVEL_COUNT]

Contents of every pyramid level.

Only the first numLevels levels has valid data.

Definition at line 129 of file Pyramid.h.

◆ numLevels

int32_t VPIPyramidDataRec::numLevels

Number of levels (i.e.

height) of the pyramid.

Definition at line 125 of file Pyramid.h.


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