Property VLExtractRobustFeatures.TVLExtractRobustFeatures.HessianThreshold
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
(4 intermediate revisions by one user not shown) |
Latest revision as of 00:11, 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.
Class: TVLExtractRobustFeatures
Contents |
Syntax
Delphi:
property HessianThreshold : Real read FHessianThreshold write SetHessianThreshold default 500;
C++ Builder:
__property double HessianThreshold = { read=FHessianThreshold, write=SetHessianThreshold, default=500 };
Summary
Specifies the Hessian threshold.
Description
Use this property to specify the Hessian threshold.
Only features with Hessian larger than that are extracted.
Good default value is ~300-500 (can depend on the average local contrast and sharpness of the image).
User can further filter out some features based on their Hessian values and other characteristics.