Class VLExtractRobustFeatures.TVLExtractRobustFeatures
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 16: | Line 16: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLExtractRobustFeatures = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] ) | + | '''type''' TVLExtractRobustFeatures = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent, IVLRobustFeatures, TVLOWRobustFeaturesSourcePin]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
Line 36: | Line 36: | ||
Use this component to extract robust features using SURF | Use this component to extract robust features using SURF | ||
algorithm. | algorithm. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLExtractRobustFeatures_Preview.png]] | ||
Line 92: | Line 98: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Revision as of 20:29, 10 June 2013
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: TVLQueueVisionComponent
Contents |
Syntax
Delphi:
type TVLExtractRobustFeatures = class( TVLQueueVisionComponent, IVLRobustFeatures, TVLOWRobustFeaturesSourcePin )
C++ Builder:
class TVLExtractRobustFeatures : public TVLQueueVisionComponent
Visual C++ (MFC):
class CTVLExtractRobustFeatures : public CTVLQueueVisionComponent
C# (.NET):
public ref class TVLExtractRobustFeatures : Mitov.VisionLab.QueueVisionComponent
Summary
Extracts robust features using SURF algorithm.
Description
Use this component to extract robust features using SURF algorithm.
Diagram:
Example:
Original Image: | Extracted Features: |
Properties
Published
- HessianThreshold - Specifies the Hessian threshold.
- DescriptorType - Specifies the features descriptor types.
- NumberOctaves - Specifies the number of octaves to be used for extraction.
- NumberOctaveLayers - Specifies the number of layers within each octave.
Pins
- OutputPin - The extracted features data output pin of the component.
Events
- OnFeatures - Occurs when the features are detected.
From TVLQueueVisionComponent
Properties
Public
- CurrentImage - The most current processed image.
Pins
- ImageOutputPin - The Video Output Pin of the filter.