Class VLExtractRobustFeatures.TVLRobustFeature
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				 (Automated Syncronization with Documentation)  | 
		 (Automated Syncronization with Documentation)  | 
		||
| (4 intermediate revisions by one user not shown) | |||
| Line 24: | Line 24: | ||
=== C# (.NET): ===  | === C# (.NET): ===  | ||
<code>  | <code>  | ||
| − | '''public ref class'''   | + | '''public ref class''' RobustFeature  | 
</code>  | </code>  | ||
== Summary ==  | == Summary ==  | ||
Latest revision as of 00:30, 26 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
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.