|
NVIDIA DriveOS Linux NSR SDK API Reference
|
7.0.3.0 Release
|
Go to the documentation of this file.
28 #ifndef DW_IMAGEPROCESSING_FEATUREDETECTOR_FEATUREDETECTOR_PROCESSPIPELINE_H_
29 #define DW_IMAGEPROCESSING_FEATUREDETECTOR_FEATUREDETECTOR_PROCESSPIPELINE_H_
111 const float32_t* d_normalizedCrossCorrelation,
170 const float32_t* d_normalizedCrossCorrelation,
206 #endif // DW_IMAGEPROCESSING_FEATUREDETECTOR_FEATUREDETECTOR_PROCESSPIPELINE_H_
@ DW_FEATURE2D_DETECTOR_STAGE_GPU_ASYNC
GPU Async stage.
DW_API_PUBLIC dwStatus dwFeature2DDetector_bindInputImage(dwImageHandle_t image, dwFeatureArray *preTrackedFeatures, const float32_t *d_normalizedCrossCorrelation, dwFeature2DDetectorHandle_t obj)
Bind input parameters to detector object.
DW_API_PUBLIC dwStatus dwFeature2DDetector_bindOutput(dwFeatureArray *outputDetections, dwFeature2DDetectorHandle_t obj)
Bind output dwFeatureArray to detector object.
float float32_t
Specifies POD types.
DW_API_PUBLIC dwStatus dwFeature2DDetector_bindInputPyramid(const dwPyramidImage *pyramid, dwFeatureArray *preTrackedFeatures, const float32_t *d_normalizedCrossCorrelation, dwFeature2DDetectorHandle_t obj)
Bind input parameters to detector object.
@ DW_FEATURE2D_DETECTOR_STAGE_GPU_ASYNC_DATA_POSTPROCESS
Process the postprocess part of the feature detector pipeline on GPU.
dwFeature2DDetectorStage
Defines 2D-based feature detection.
@ DW_FEATURE2D_DETECTOR_STAGE_CPU_SYNC_DATA_PREPARE
Process the preprocessing part of the feature detector pipeline on CPU.
struct dwFeature2DDetectorObject * dwFeature2DDetectorHandle_t
Handle representing a feature detector.
@ DW_FEATURE2D_DETECTOR_STAGE_PVA_ASYNC_DETECT_IMAGE
Process the tracking part of the feature detector pipeline on PVA.
DW_API_PUBLIC dwStatus dwFeature2DDetector_processImage(dwFeature2DDetectorStage stage, dwFeature2DDetectorHandle_t obj)
Do detections on the image bound by dwFeature2DDetector_bindInputImage, output will be written to dwF...
struct dwImageObject * dwImageHandle_t
dwStatus
Status definition.
DW_API_PUBLIC dwStatus dwFeature2DDetector_processPyramid(dwFeature2DDetectorStage stage, dwFeature2DDetectorHandle_t obj)
Do detections on the pyramid bound by dwFeature2DDetector_bindInputPyramid, output will be written to...
const NvSciSyncObj *const obj
@ DW_FEATURE2D_DETECTOR_STAGE_CPU_SYNC_DATA_POSTPROCESS
Process the postprocess part of the feature detector pipeline on CPU.
@ DW_FEATURE2D_DETECTOR_STAGE_GPU_ASYNC_DATA_PREPARE
Process the preprocessing part of the feature detector pipeline on GPU.