Class VLExtractRobustFeatures.TVLRobustFeature
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 TVLRobustFeature = class
C++ Builder:
class TVLRobustFeature
Visual C++ (MFC):
class CTVLRobustFeature
C# (.NET):
public ref class RobustFeature
Summary
Detected robust feature.
Description
Defines class for detected robust feature.
Properties
Public
- Center - Returns the location of the center of the feature.
- Descriptor - Returns the feature descriptor.
- Hessian - Returns the value of the hessian.
- Direction - Returns the angular direction of the feature.
- Size - Returns the size of the feature.
- Laplacian - Returns the sign of the laplacian at the center point.