http://www.emgu.com
Creage CvSURFParams with the specific value
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public MCvSURFParams(
double hessianThreshold,
bool extended
) |
Visual Basic |
---|
Public Sub New ( _
hessianThreshold As Double, _
extended As Boolean _
) |
Visual C++ |
---|
public:
MCvSURFParams(
double hessianThreshold,
bool extended
) |
Parameters
- hessianThreshold
- Type: System..::..Double
Only features with keypoint.hessian larger than this are extracted.
- extended
- Type: System..::..Boolean
False means basic descriptors (64 elements each),
True means extended descriptors (128 elements each)
See Also