DriveWorks SDK Reference
3.0.4260 Release
For Test and Development only

DenseOpticalFlow_processpipeline.h File Reference

Detailed Description

NVIDIA DriveWorks API: Dense Optical Flow Methods

Description: This file defines Dense Optical Flow methods.

Definition in file DenseOpticalFlow_processpipeline.h.

Go to the source code of this file.

Enumerations

enum  dwDenseOpticalFlowStage {
  DW_DENSE_OPTICAL_FLOW_STAGE_VIC_ASYNC_PREPARE_DATA = 0,
  DW_DENSE_OPTICAL_FLOW_STAGE_NVENC_ASYNC_PROCESS,
  DW_DENSE_OPTICAL_FLOW_STAGE_PVA_ASYNC_POSTPROCESS,
  DW_DENSE_OPTICAL_FLOW_STAGE_GPU_ASYNC_POSTPROCESS,
  DW_DENSE_OPTICAL_FLOW_STAGE_CPU_SYNC_PROCESS
}
 Dense Optical Flow Pipeline stages. More...
 

Functions

DW_API_PUBLIC dwStatus dwDenseOpticalFlow_bindInput (const dwImageHandle_t input, const dwImageHandle_t inputReference, dwDenseOpticalFlowHandle_t obj)
 Binds the input images to dense optical flow. More...
 
DW_API_PUBLIC dwStatus dwDenseOpticalFlow_bindOutput (dwImageHandle_t output, dwDenseOpticalFlowHandle_t obj)
 Binds the output image that contains motion vectors. More...
 
DW_API_PUBLIC dwStatus dwDenseOpticalFlow_process (dwDenseOpticalFlowStage stageToExecute, dwDenseOpticalFlowHandle_t obj)
 Executes a given stage of the pipeline. More...