NVIDIA DeepStream SDK API Reference

7.0 Release
sequence_image_process.h File Reference

Go to the source code of this file.

Data Structures

class  BufferManager
 
class  SequenceImagePreprocess
 

Functions

PROCESS_EXPORT_API NvDsPreProcessStatus CustomSequenceTensorPreparation (CustomCtx *ctx, NvDsPreProcessBatch *batch, NvDsPreProcessCustomBuf *&buf, CustomTensorParams &tensorParam, NvDsPreProcessAcquirer *allocator)
 
PROCESS_EXPORT_API CustomCtxinitLib (CustomInitParams initparams)
 
PROCESS_EXPORT_API void deInitLib (CustomCtx *ctx)
 

Variables

constexpr static uint32_t kDefaultChannel = 3
 
constexpr static uint32_t kDefaultStride = 1
 
constexpr static uint32_t kDefaultSubSample = 0
 

Function Documentation

◆ CustomSequenceTensorPreparation()

PROCESS_EXPORT_API NvDsPreProcessStatus CustomSequenceTensorPreparation ( CustomCtx ctx,
NvDsPreProcessBatch batch,
NvDsPreProcessCustomBuf *&  buf,
CustomTensorParams tensorParam,
NvDsPreProcessAcquirer allocator 
)

◆ deInitLib()

PROCESS_EXPORT_API void deInitLib ( CustomCtx ctx)

◆ initLib()

PROCESS_EXPORT_API CustomCtx* initLib ( CustomInitParams  initparams)

Variable Documentation

◆ kDefaultChannel

constexpr static uint32_t kDefaultChannel = 3
staticconstexpr

Definition at line 20 of file sequence_image_process.h.

◆ kDefaultStride

constexpr static uint32_t kDefaultStride = 1
staticconstexpr

Definition at line 21 of file sequence_image_process.h.

◆ kDefaultSubSample

constexpr static uint32_t kDefaultSubSample = 0
staticconstexpr

Definition at line 22 of file sequence_image_process.h.