- DEBUG - Static variable in class plugins.big.steerablej.core.Settings
-
Set to true to enable DEBUG mode.
- declareInput(VarList) - Method in class plugins.big.steerablej.FeatureDetectorBlock
-
This code is called to create the input map.
- declareOutput(VarList) - Method in class plugins.big.steerablej.FeatureDetectorBlock
-
This code is called to create the output map.
- detectorFinished() - Method in class plugins.big.steerablej.gui.MainDialog
-
Sets the interface in the appropriate mode after the detection is
performed.
- div(double[], double[]) - Static method in class plugins.big.steerablej.process.Complex
-
Divides two complex numbers.
- divPolyByConjRoots(double[], double, double) - Static method in class plugins.big.steerablej.process.PolynomialUtils
-
Divides a polynomial by a pair of known conjugate roots, i.e., (x - (a +
bi))(x - (a - bi)).
- divPolyByRoot(double[], double) - Static method in class plugins.big.steerablej.process.PolynomialUtils
-
Divides a polynomial by a known root.
- doubleArrToSeq(double[], int, int, int) - Static method in class plugins.big.steerablej.process.Image2ArrayConverter
-
Transforms a rasterized double
array to a
Sequence
object.