|
DifferenceOfGaussians Constructor (Int32, Int32, Double)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic DifferenceOfGaussians(
int windowSize1,
int windowSize2,
double sigma
)
Public Sub New (
windowSize1 As Integer,
windowSize2 As Integer,
sigma As Double
)
Request Example
View SourceParameters
- windowSize1
- Type: SystemInt32
The window size for the first Gaussian. Default is 3 - windowSize2
- Type: SystemInt32
The window size for the second Gaussian. Default is 4. - sigma
- Type: SystemDouble
The sigma for both Gaussian filters. Default is 0.4.
See Also