'Declaration Public Function New( _
ByVal windowSizeWindow size of the filter.As System.Int32, _
ByVal sigmaGaussian distribution.As Double _
)
public GaussianBlurCommand(
System.Int32 windowSize,
double sigma
)
public: GaussianBlurCommand(
System.Int32 windowSize,
double sigma
)
public:
GaussianBlurCommand(
System.Int32 windowSize,
double sigma
)
Parameters
- windowSize
- Window size of the filter.
- sigma
- Gaussian distribution.