NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::ImagePreProcessingParams Struct Reference

Detailed Description

Struct type for image preprocessing params.

Definition at line 67 of file Image.h.

Data Fields

ImageType imgType
 Input Image Type. More...
 
float pixelMean [3]
 Image Mean value offset for R,G,B channels. More...
 
float normalization [3]
 Scale or normalization values for R,G,B channels. More...
 
float stdDev [3]
 Standard deviation values for R,G,B channels. More...
 

Field Documentation

◆ imgType

ImageType cvcore::ImagePreProcessingParams::imgType

Input Image Type.

Definition at line 69 of file Image.h.

◆ normalization

float cvcore::ImagePreProcessingParams::normalization[3]

Scale or normalization values for R,G,B channels.

Default is 1.0/255.0f

Definition at line 71 of file Image.h.

◆ pixelMean

float cvcore::ImagePreProcessingParams::pixelMean[3]

Image Mean value offset for R,G,B channels.

Default is 0.0f

Definition at line 70 of file Image.h.

◆ stdDev

float cvcore::ImagePreProcessingParams::stdDev[3]

Standard deviation values for R,G,B channels.

Default is 1.0f

Definition at line 72 of file Image.h.


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