DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

ClearSightNet.h File Reference

Detailed Description

NVIDIA DriveWorks API: ClearSightNet Module

Description: This file defines the ClearSightNet module.

Definition in file ClearSightNet.h.

Go to the source code of this file.

Data Structures

struct  dwClearSightNetParams
 

Typedefs

typedef struct dwClearSightNetObject * dwClearSightNetHandle_t
 Handle to a ClearSightNet object. More...
 

Functions

DW_API_PUBLIC dwStatus dwClearSightNet_getDNNMetaData (dwDNNMetaData *metaData, dwClearSightNetHandle_t clearSightNetHandle)
 Returns the DNN metadata. More...
 
DW_API_PUBLIC dwStatus dwClearSightNet_getInputBlobSize (dwBlobSize *inputBlobsize, dwClearSightNetHandle_t clearSightNetHandle)
 Returns input blob size that ClearSightNet expects. More...
 
DW_API_PUBLIC dwStatus dwClearSightNet_getOutputBlobSize (dwBlobSize *outputBlobsize, dwClearSightNetHandle_t clearSightNetHandle)
 Returns output blob size of first (only) ClearSightNet output. More...
 
DW_API_PUBLIC dwStatus dwClearSightNet_initDefaultParams (dwClearSightNetParams *clearSightNetParams, dwContextHandle_t ctx)
 Initializes ClearSightNet parameters with default values. More...
 
DW_API_PUBLIC dwStatus dwClearSightNet_initialize (dwClearSightNetHandle_t *clearSightNetHandle, const dwClearSightNetParams *clearSightNetParams, dwContextHandle_t ctx)
 Initializes ClearSightNet module. More...
 
DW_API_PUBLIC dwStatus dwClearSightNet_release (dwClearSightNetHandle_t clearSightNetHandle)
 Releases the ClearSightNet module. More...
 
DW_API_PUBLIC dwStatus dwClearSightNet_reset (dwClearSightNetHandle_t clearSightNetHandle)
 Resets ClearSightNet. More...