|
DifferenceOfGaussians Constructor (Int32, Int32, Double, Double)
|
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntaxpublic DifferenceOfGaussians(
int windowSize1,
int windowSize2,
double sigma1,
double sigma2
)
Public Sub New (
windowSize1 As Integer,
windowSize2 As Integer,
sigma1 As Double,
sigma2 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. - sigma1
- Type: SystemDouble
The sigma for the first Gaussian. Default is 0.4. - sigma2
- Type: SystemDouble
The sigma for the second Gaussian. Default is 0.4
See Also