Class VLExtractRobustFeatures.TVLRobustFeatures
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 38: | Line 38: | ||
=== Public === | === Public === | ||
*[[Property VLExtractRobustFeatures.TVLRobustFeatures.Items|Items]] - Allows access to individual item from the features. | *[[Property VLExtractRobustFeatures.TVLRobustFeatures.Items|Items]] - Allows access to individual item from the features. | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function VLExtractRobustFeatures.TVLRobustFeatures.GetInstance() : TVLRobustFeatures|function GetInstance() : TVLRobustFeatures]] | ||
+ | *[[Method function VLExtractRobustFeatures.TVLRobustFeatures.GetPoint(Integer) : TVLFloatPoint|function GetPoint(Index : Integer) : TVLFloatPoint]] | ||
== From [[Class LPComponent.TLPObjectList|TLPObjectList]] == | == From [[Class LPComponent.TLPObjectList|TLPObjectList]] == |
Revision as of 17:19, 18 October 2012
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
Inherits: TVLStorageObjectList
Contents |
Syntax
Delphi:
type TVLRobustFeatures = class( TVLStorageObjectList, IVLRobustFeatures )
C++ Builder:
class TVLRobustFeatures : public TVLStorageObjectList
Visual C++ (MFC):
class CTVLRobustFeatures : public CTVLStorageObjectList
C# (.NET):
public ref class TVLRobustFeatures : Mitov.VisionLab.StorageObjectList
Summary
List of detected robust features.
Description
Defines class for list of detected robust features.
Properties
Public
- Items - Allows access to individual item from the features.