Enum VLExtractRobustFeatures.TVLFeaturesDescriptorType
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLExtractRobustFeatures
Contents |
Syntax
Delphi:
type TVLFeaturesDescriptorType = (ftdBasic, ftdExtended);
C++ Builder:
enum TVLFeaturesDescriptorType {ftdBasic, ftdExtended};
Visual C++ (MFC):
enum CTVLFeaturesDescriptorType {ftdBasic, ftdExtended};
Summary
Features descriptor types.
Description
Defines the features descriptor types.
Values
ftdBasic | Basic descriptors (64 elements each), |
ftdExtended | Extended descriptors (128 elements each) |