NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwPyramidImageProperties Struct Reference

Detailed Description

Pyramid image properties structure.

Definition at line 59 of file Pyramid_1.h.

Collaboration diagram for dwPyramidImageProperties:

Data Fields

uint32_t levelCount
 number of level images in pyramid More...
 
dwImageProperties levelProps [DW_PYRAMID_LEVEL_MAX_COUNT]
 level image properties levelProps[0] refers to the level 0 image which has the highest resolution levelProps[N] refers to the level N image, it is half the size of level N-1 image More...
 

Field Documentation

◆ levelCount

uint32_t dwPyramidImageProperties::levelCount

number of level images in pyramid

Definition at line 62 of file Pyramid_1.h.

◆ levelProps

dwImageProperties dwPyramidImageProperties::levelProps[DW_PYRAMID_LEVEL_MAX_COUNT]

level image properties levelProps[0] refers to the level 0 image which has the highest resolution levelProps[N] refers to the level N image, it is half the size of level N-1 image

Definition at line 67 of file Pyramid_1.h.


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