- seqToDoubleArray(Sequence, int) - Static method in class plugins.big.steerablej.process.Image2ArrayConverter
-
Transforms a Sequence object to a rasterized double
array.
- setDefault(int, int, ParameterSet[][]) - Method in class plugins.big.steerablej.core.AlphaValues
-
Sets the filter parameters to default values corresponding to order and
set numbers.
- setM(int) - Method in class plugins.big.steerablej.FeatureDetector
-
Sets the order of the feature template.
- setSigma(double) - Method in class plugins.big.steerablej.FeatureDetector
-
Sets the standard deviation of the Gaussian on which the steerable
templates are based.
- Settings - Class in plugins.big.steerablej.core
-
Offers global parameters (settings) and functions used by the plug-in.
- Settings() - Constructor for class plugins.big.steerablej.core.Settings
-
- showAllResults() - Method in class plugins.big.steerablej.FeatureDetector
-
Displays the filtered image (magnitude and phase).
- showNMS() - Method in class plugins.big.steerablej.FeatureDetector
-
Computes and displays the response of the filter after suppressing the
non-maxima elements.
- showOrientations() - Method in class plugins.big.steerablej.FeatureDetector
-
Displays a color-coded version of the local orientation of the features
detected by the filter.
- showRotations(int) - Method in class plugins.big.steerablej.FeatureDetector
-
Computes and displays the response to rotations of the feature template
over 2 pi, in (2*pi)/nIncrements increments.
- SplineInterpolator - Class in plugins.big.steerablej.process
-
Class that implements convolution with kernels.
- SplineInterpolator(double[], int, int, String) - Constructor for class plugins.big.steerablej.process.SplineInterpolator
-
Constructor.
- sqrt(double[]) - Static method in class plugins.big.steerablej.process.Complex
-
Computes the square root of a complex number.
- stateChanged(ChangeEvent) - Method in class plugins.big.steerablej.gui.MainDialog
-
Implements the stateChanged
for the
ChangeListener
.
- SteerableDetector - Class in plugins.big.steerablej.process
-
Class that implements a detector based on steerable filters.
- SteerableDetector(double[], int, int, int, double, int, double[]) - Constructor for class plugins.big.steerablej.process.SteerableDetector
-
Initializes a new feature detector.
- stop() - Method in class plugins.big.steerablej.process.SteerableDetector
-
Stops the filtering process.
- stopDetector() - Method in class plugins.big.steerablej.FeatureDetector
-
Stops the detector.
- sub(double[], double[]) - Static method in class plugins.big.steerablej.process.Complex
-
Subtracts two complex numbers.