NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::faciallandmarks Namespace Reference

Data Structures

class  FacialLandmarks
 Interface for loading and running FacialLandmarks. More...
 
class  FacialLandmarksPostProcessor
 Interface for running post-processing for FacialLandmarks. More...
 
class  FacialLandmarksPreProcessor
 Interface for running pre-processing for FacialLandmarks. More...
 

Enumerations

enum  OutputLayout {
  OutputLayout::LC,
  OutputLayout::CL
}
 

Variables

const CVCORE_API ImagePreProcessingParams defaultPreProcessorParams
 Default Image Processing Params for Facial Landmarks. More...
 
const CVCORE_API ModelInputParams defaultModelInputParams
 Default Model Input Params for FacialLandmarks. More...
 
const CVCORE_API ModelInferenceParams defaultInferenceParams
 Default inference Params for FacialLandmarks. More...
 

Enumeration Type Documentation

◆ OutputLayout

Enumerator
LC 
CL 

Definition at line 44 of file FacialLandmarks.h.

Variable Documentation

◆ defaultInferenceParams

const CVCORE_API ModelInferenceParams cvcore::faciallandmarks::defaultInferenceParams

Default inference Params for FacialLandmarks.

◆ defaultModelInputParams

const CVCORE_API ModelInputParams cvcore::faciallandmarks::defaultModelInputParams

Default Model Input Params for FacialLandmarks.

◆ defaultPreProcessorParams

const CVCORE_API ImagePreProcessingParams cvcore::faciallandmarks::defaultPreProcessorParams

Default Image Processing Params for Facial Landmarks.