|
DifferenceOfGaussians Constructor (Int32, Int32)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public DifferenceOfGaussians(
int windowSize1,
int windowSize2
)
Public Sub New (
windowSize1 As Integer,
windowSize2 As Integer
)
Request Example
View SourceParameters
- windowSize1
- Type: SystemInt32
The first window size. Default is 3 - windowSize2
- Type: SystemInt32
The second window size. Default is 4.
See Also