|
|
NVIDIA DeepStream SDK API Reference4.0.1 Release |
NVIDIA DeepStream DBScan based object clustering API
Description: This file defines the API for the DBScan-based object clustering algorithm.
Definition in file nvdsinfer_dbscan.h.
Go to the source code of this file.
Data Structures | |
| struct | NvDsInferDBScanClusteringParams |
| Holds the object clustering parameters required by DBSCAN. More... | |
Typedefs | |
| typedef struct NvDsInferDBScan * | NvDsInferDBScanHandle |
| DBScan clustering context handle. More... | |
Functions | |
| NvDsInferDBScanHandle | NvDsInferDBScanCreate () |
| Create a new DBScan object clustering context. More... | |
| void | NvDsInferDBScanDestroy (NvDsInferDBScanHandle handle) |
| Destroy a DBScan object clustering context. More... | |
| void | NvDsInferDBScanCluster (NvDsInferDBScanHandle handle, NvDsInferDBScanClusteringParams *params, NvDsInferObjectDetectionInfo *objects, size_t *numObjects) |
| Cluster an array of objects using given clustering parameters in-place. More... | |