DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

ParkNetDetector_processPipeline.h File Reference

Detailed Description

NVIDIA DriveWorks API: Parking Net Detector Methods

Description: This file defines parking space detection methods.

Definition in file ParkNetDetector_processPipeline.h.

Go to the source code of this file.

Enumerations

enum  dwParkNetDetectorStage {
  DW_PARKNET_DETECTOR_STAGE_GPU_ASYNC_INFERENCE = 0,
  DW_PARKNET_DETECTOR_STAGE_CPU_POSTPROCESSING = 1,
  DW_PARKNET_DETECTOR_STAGE_COUNT = 2
}
 Defines the processing stages of a parking space detector. More...
 

Functions

DW_API_PUBLIC dwStatus dwParkNetDetector_bindInput (const dwImageCUDA *frame, dwParkNetDetectorHandle_t obj)
 Binds the input image to the detector. More...
 
DW_API_PUBLIC dwStatus dwParkNetDetector_bindOutput (dwParkDetection *parkingSpaces, dwParkNetDetectorHandle_t obj)
 Bind object array that holds parking space boundaries. More...
 
DW_API_PUBLIC dwStatus dwParkNetDetector_process (dwParkNetDetectorStage stage, dwParkNetDetectorHandle_t obj)
 Process the bound input frame array and store the result to where pointed by bound output array. More...