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