- Welcome
- Getting Started With the NVIDIA DriveWorks SDK
- Modules
- Samples
- Tools
- Tutorials
- SDK Porting Guide
- DriveWorks API
- More
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 } |
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 } |
The stage of feature descriptor. More... | |