Click or drag to resize

GaussianHighBoostFftCommand Constructor (Double, Double, Double)

Initializes a new instance of GaussianHighBoostFftCommand specifying cutoff radius, factor, and offset.

Namespace:  Atalasoft.Imaging.ImageProcessing.Fft
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public GaussianHighBoostFftCommand(
	double cutoff,
	double offset,
	double factor
)

Parameters

cutoff
Type: SystemDouble
offset
Type: SystemDouble
factor
Type: SystemDouble
See Also