Property VLExtractRobustFeatures.TVLExtractRobustFeatures.HessianThreshold

From Mitov Wiki Doc
Jump to: navigation, search

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.

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox