DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

LspDetector_processPipeline.h File Reference

Detailed Description

NVIDIA DriveWorks API: LightSourceDetector Methods

Description: This file defines LightSourceDetector methods.

Definition in file LspDetector_processPipeline.h.

Go to the source code of this file.

Enumerations

enum  dwLightSourceDetectorStage {
  DW_LSP_DETECTOR_STAGE_GPU_PREPROCESS = 0,
  DW_LSP_DETECTOR_STAGE_GPU_INFERENCE = 1,
  DW_LSP_DETECTOR_STAGE_CPU_POSTPROCESS = 2
}
 

Functions

DW_API_PUBLIC dwStatus dwLightSourceDetector_bindInput (const dwImageCUDA *imageRGB, const dwImageCUDA *imageBayer, dwLightSourceDetectorHandle_t obj)
 Binds the input images to the detector. More...
 
DW_API_PUBLIC dwStatus dwLightSourceDetector_bindOutput (dwLightSourceDetectorOutput *output, dwLightSourceDetectorHandle_t obj)
 Bind the ouput of the detector to object. More...
 
DW_API_PUBLIC dwStatus dwLightSourceDetector_process (dwLightSourceDetectorStage stage, dwLightSourceDetectorHandle_t obj)
 Perform object detection stages. More...