NVIDIA DriveWorks API: Pyramid Module Methods
Description: This file defines Pyramid Module methods.
Definition in file PyramidPVA_processpipeline_1.h.
Go to the source code of this file.
enum | dwPyramidPVAState { DW_PYRAMID_PVA_STAGE_GPU_ASYNC_DATA_PREPARE = 0, DW_PYRAMID_PVA_STAGE_PVA_ASYNC_TRACK_PYRAMID = 1, DW_PYRAMID_PVA_STAGE_GPU_ASYNC_DATA_POSTPROCESS = 2 } |
Defines the Pyramid module. More... | |
DW_API_PUBLIC dwStatus | dwPyramidPVA_bindInput (const dwImageHandle_t image, dwPyramidPVAHandle_t obj) |
Binds the input image to class member. More... | |
DW_API_PUBLIC dwStatus | dwPyramidPVA_bindOutput (dwPyramidImage *pyramid, dwPyramidPVAHandle_t obj) |
Binds the initialized output pyramid to class. More... | |
DW_API_PUBLIC dwStatus | dwPyramidPVA_process (dwPyramidPVAState stage, dwPyramidPVAHandle_t obj) |
Calls process functions based on the current state of execution. More... | |