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 CustomCtx * | initLib (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 |
| PROCESS_EXPORT_API NvDsPreProcessStatus CustomSequenceTensorPreparation | ( | CustomCtx * | ctx, |
| NvDsPreProcessBatch * | batch, | ||
| NvDsPreProcessCustomBuf *& | buf, | ||
| CustomTensorParams & | tensorParam, | ||
| NvDsPreProcessAcquirer * | allocator | ||
| ) |
| PROCESS_EXPORT_API void deInitLib | ( | CustomCtx * | ctx | ) |
| PROCESS_EXPORT_API CustomCtx* initLib | ( | CustomInitParams | initparams | ) |
|
staticconstexpr |
Definition at line 20 of file sequence_image_process.h.
|
staticconstexpr |
Definition at line 21 of file sequence_image_process.h.
|
staticconstexpr |
Definition at line 22 of file sequence_image_process.h.