NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::IInferCustomPreprocessor Class Referenceabstract

Detailed Description

Public Member Functions

virtual ~IInferCustomPreprocessor ()=default
 
virtual NvDsInferStatus preproc (GuardDataMap &dataMap, SharedIBatchArray batchArray, cudaStream_t stream)=0
 
virtual ~IInferCustomPreprocessor ()=default
 
virtual NvDsInferStatus preproc (GuardDataMap &dataMap, SharedIBatchArray batchArray, cudaStream_t stream)=0
 

Constructor & Destructor Documentation

◆ ~IInferCustomPreprocessor() [1/2]

virtual ds3d::IInferCustomPreprocessor::~IInferCustomPreprocessor ( )
virtualdefault

◆ ~IInferCustomPreprocessor() [2/2]

virtual ds3d::IInferCustomPreprocessor::~IInferCustomPreprocessor ( )
virtualdefault

Member Function Documentation

◆ preproc() [1/2]

virtual NvDsInferStatus ds3d::IInferCustomPreprocessor::preproc ( GuardDataMap dataMap,
SharedIBatchArray  batchArray,
cudaStream_t  stream 
)
pure virtual

◆ preproc() [2/2]

virtual NvDsInferStatus ds3d::IInferCustomPreprocessor::preproc ( GuardDataMap dataMap,
SharedIBatchArray  batchArray,
cudaStream_t  stream 
)
pure virtual

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