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