Uses of Enum Class
imagingbook.spectral.dft.ScalingMode
Packages that use ScalingMode
Package
Description
1D and 2D implementations of the Discrete Fourier Transform.
-
Uses of ScalingMode in imagingbook.spectral.dft
Methods in imagingbook.spectral.dft that return ScalingModeModifier and TypeMethodDescriptionDft1d.getScalingMode()Returns the scaling mode of this DFT (seeScalingMode).Dft2d.getScalingMode()Returns the scaling mode of this DFT (seeScalingMode).static ScalingModeReturns the enum constant of this class with the specified name.static ScalingMode[]ScalingMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in imagingbook.spectral.dft with parameters of type ScalingModeModifierConstructorDescriptionDouble(int M, ScalingMode sm) Constructor using a specific scaling mode.Double(int M, ScalingMode sm) Constructor using a specific scaling mode.Double(int width, int height, ScalingMode sm) Constructor using a specific scaling mode.Double(int width, int height, ScalingMode sm) Constructor using a specific scaling mode.Float(int M, ScalingMode sm) Constructor using a specific scaling mode.Float(int M, ScalingMode sm) Constructor using a specific scaling mode.Float(int width, int height, ScalingMode sm) Constructor using a specific scaling mode.Float(int width, int height, ScalingMode sm) Constructor using a specific scaling mode.