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) |
| custom library initialization function More... | |
| PROCESS_EXPORT_API void | deInitLib (CustomCtx *ctx) |
| custom library deinitialization function More... | |
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 | ||
| ) |
| void deInitLib | ( | CustomCtx * | ctx | ) |
custom library deinitialization function
| CustomCtx * initLib | ( | CustomInitParams | initparams | ) |
custom library initialization function
|
staticconstexpr |
Definition at line 20 of file sources/apps/sample_apps/deepstream-3d-action-recognition/custom_sequence_preprocess/sequence_image_process.h.
|
staticconstexpr |
Definition at line 21 of file sources/apps/sample_apps/deepstream-3d-action-recognition/custom_sequence_preprocess/sequence_image_process.h.
|
staticconstexpr |
Definition at line 22 of file sources/apps/sample_apps/deepstream-3d-action-recognition/custom_sequence_preprocess/sequence_image_process.h.