NVIDIA DriveWorks API: Point Cloud Depth Map Creator
Description: This file defines API of point cloud depth map creator module
Definition in file DepthMapCreator.h.
Go to the source code of this file.
Data Structures | |
struct | dwDepthMapCreatorParams |
Defines point cloud depth map creator parameters. More... | |
Typedefs | |
typedef struct dwDepthMapCreatorObject * | dwDepthMapCreatorHandle_t |
typedef const struct dwDepthMapCreatorObject * | dwConstDepthMapCreatorHandle_t |
typedef enum dwDepthMapCreatorProcessPassType | dwDepthMapCreatorProcessPassType |
Defines depth map creation processing pass type. More... | |
Enumerations | |
enum | dwDepthMapCreatorProcessPassType { DW_DEPTHMAPCREATOR_PROCESS_PASS_TYPE_COMPLETE_SYNC = 0, DW_DEPTHMAPCREATOR_PROCESS_PASS_TYPE_FIRST_GPU_ASYNC, DW_DEPTHMAPCREATOR_PROCESS_PASS_TYPE_SECOND_CPU_SYNC, DW_DEPTHMAPCREATOR_PROCESS_PASS_TYPE_COUNT } |
Defines depth map creation processing pass type. More... | |
enum | dwDepthMapCreatorPass { DW_DEPTHMAP_CREATOR_PASS_PROCESS_GPU_ASYNC, DW_DEPTHMAP_CREATOR_PASS_PROCESS_CPU } |