|
SusanCornersDetector Constructor (Int32, Int32)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public SusanCornersDetector(
int differenceThreshold,
int geometricalThreshold
)
Public Sub New (
differenceThreshold As Integer,
geometricalThreshold As Integer
)
Request Example
View SourceParameters
- differenceThreshold
- Type: SystemInt32
Brightness difference threshold. - geometricalThreshold
- Type: SystemInt32
Geometrical threshold.
See Also