NVIDIA DriveWorks API: 2D Feature Descriptor
Description: This file defines 2D feature descriptor
Definition in file FeatureDescriptor.h.
Go to the source code of this file.
Data Structures | |
| struct | dwFeature2DDescriptorConfig |
| Holds configuration parameters for a feature descriptor. More... | |
Typedefs | |
| typedef struct dwFeature2DDescriptorObject const * | dwConstFeature2DDescriptorHandle_t |
| Handle representing a const feature descriptor. More... | |
| typedef struct dwFeature2DDescriptorObject * | dwFeature2DDescriptorHandle_t |
| Handle representing a feature descriptor. More... | |
Enumerations | |
| enum | dwFeature2DDescriptorAlgorithm { DW_FEATURE2D_DESCRIPTOR_ALGORITHM_ORB = 0, DW_FEATURE2D_DESCRIPTOR_ALGORITHM_COUNT } |
| Feature descriptor algorithm. More... | |
| enum | dwFeature2DDescriptorStage { DW_FEATURE2D_DESCRIPTOR_STAGE_GPU_ASYNC = 0, DW_FEATURE2D_DESCRIPTOR_STAGE_CPU_SYNC, DW_FEATURE2D_DESCRIPTOR_STAGE_PVA_ASYNC, DW_FEATURE2D_DESCRIPTOR_STAGE_CPU_SYNC_POSTPROCESS, DW_FEATURE2D_DESCRIPTOR_STAGE_GPU_ASYNC_POSTPROCESS = 100 } |
| The stage of feature descriptor. More... | |