NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwPyramidImage Struct Reference

Detailed Description

Pyramid image structure.

Definition at line 47 of file Pyramid_1.h.

Data Fields

uint32_t levelCount
 number of level images in pyramid More...
 
dwImageHandle_t levelImages [DW_PYRAMID_LEVEL_MAX_COUNT]
 level image data levelImages[0] is the level 0 image which has the highest resolution levelImages[N] is the level N image, it is half the size of level N-1 image More...
 

Field Documentation

◆ levelCount

uint32_t dwPyramidImage::levelCount

number of level images in pyramid

Definition at line 50 of file Pyramid_1.h.

◆ levelImages

dwImageHandle_t dwPyramidImage::levelImages[DW_PYRAMID_LEVEL_MAX_COUNT]

level image data levelImages[0] is the level 0 image which has the highest resolution levelImages[N] is the level N image, it is half the size of level N-1 image

Definition at line 55 of file Pyramid_1.h.


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