Property VLExtractRobustFeatures.TVLExtractRobustFeatures.HessianThreshold

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)
Newer edit →

Revision as of 00:22, 22 November 2011

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;

C++ Builder:

__property double HessianThreshold = { read=FHessianThreshold, write=SetHessianThreshold };

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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox