|
MoravecCornersDetector Constructor (Int32)
|
Namespace:
Accord.Imaging
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic MoravecCornersDetector(
int threshold
)
Public Sub New (
threshold As Integer
)
Request Example
View SourceParameters
- threshold
- Type: SystemInt32
Threshold value, which is used to filter out uninteresting points.
See Also