CvSURFParamsHessianThreshold Property OpenCvSharp Class Library
Only features with keypoint.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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public double HessianThreshold { get; set; }

Property Value

Type: Double
See Also

Reference