DriveWorks SDK Reference
3.5.78 Release
For Test and Development only

RoadMarkClassifier_processPipeline.h File Reference

Go to the source code of this file.

Enumerations

enum  dwRoadMarkClassifierStage {
  DW_ROADMARK_CLASSIFIER_STAGE_GPU_ASYNC_PREPROCESSING = 0,
  DW_ROADMARK_CLASSIFIER_STAGE_GPU_ASYNC_INFERENCE,
  DW_ROADMARK_CLASSIFIER_STAGE_GPU_ASYNC_INTERPRETATION,
  DW_ROADMARK_CLASSIFIER_STAGE_CPU_SYNC_POSTPROCESSING
}
 The GPU processing stages of the RoadMarkClassifier. More...
 

Functions

DW_API_PUBLIC dwStatus dwRoadMarkClassifier_bindInputImageArray (const dwImageCUDA *const *images, uint32_t imageCount, dwRoadMarkClassifierHandle_t obj)
 Binds a list of images that are to be processed and fed to the classifier. More...
 
DW_API_PUBLIC dwStatus dwRoadMarkClassifier_bindInputRoadmarkDetection (const dwRoadmarkDetection *roadmarks, dwRoadMarkClassifierHandle_t obj)
 Binds the output roadmarks to the classifier. More...
 
DW_API_PUBLIC dwStatus dwRoadMarkClassifier_bindOutput (dwRoadmarkDetection *roadmarks, dwRoadMarkClassifierHandle_t obj)
 Binds the output of road mark classifier. More...
 
DW_API_PUBLIC dwStatus dwRoadMarkClassifier_process (dwRoadMarkClassifierStage stage, dwRoadMarkClassifierHandle_t obj)
 Perform road mark classifier GPU stages. More...