- Complex - Class in plugins.big.steerablej.process
-
Class that encapsulates several manipulation of complex numbers.
- Complex() - Constructor for class plugins.big.steerablej.process.Complex
-
- complex(double, double) - Static method in class plugins.big.steerablej.process.Complex
-
Creates a an array of two elements representing a complex number.
- computeColorOrientation() - Method in class plugins.big.steerablej.process.SteerableDetector
-
Displays the orientation map color, where the hue indicates orientation
and brightness is proportional to the strength of the feature response.
- computeNMS() - Method in class plugins.big.steerablej.process.SteerableDetector
-
Performs non-maximum suppression on the filter response.
- computeRotations(int) - Method in class plugins.big.steerablej.process.SteerableDetector
-
Computes and the response to rotations of the feature template over 2 pi,
in (2*pi)/nIncrements increments.
- convolveEvenX(double[][], double[]) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along x.
- convolveEvenX(double[], double[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along x, for an image defined as a
1-D array.
- convolveEvenX(float[], float[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along x, for an image defined as a
1-D array.
- convolveEvenX(double[], double[], int[], int, int, int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along x, for an image defined as a
1-D array, in a region bounded by [x1..x2] and [y1..y2].
- convolveEvenY(double[][], double[]) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along y.
- convolveEvenY(double[], double[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along y, for an image defined as a
1-D array.
- convolveEvenY(float[], float[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along y, for an image defined as a
1-D array.
- convolveEvenY(double[], double[], int[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with a symmetric kernel along x, for an image defined as a
1-D array, in a region bounded by [x1..x2] and [y1..y2].
- convolveOddX(double[][], double[]) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along x.
- convolveOddX(double[], double[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along x, for an image defined
as a 1-D array.
- convolveOddX(float[], float[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along x, for an image defined
as a 1-D array.
- convolveOddX(double[], double[], int[], int, int, int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along x, for an image defined
as a 1-D array, in a region bounded by [x1..x2] and [y1..y2].
- convolveOddY(double[][], double[]) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along y.
- convolveOddY(double[], double[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along y, for an image defined
as a 1-D array.
- convolveOddY(float[], float[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along y, for an image defined
as a 1-D array.
- convolveOddY(double[], double[], int[], int, int) - Static method in class plugins.big.steerablej.process.Convolver2D
-
Convolution with an anti-symmetric kernel along y, for an image defined
as a 1-D array, in a region bounded by [x1..x2] and [y1..y2].
- Convolver2D - Class in plugins.big.steerablej.process
-
Class that implements convolution with kernels.
- Convolver2D() - Constructor for class plugins.big.steerablej.process.Convolver2D
-
- cubicRoots(double, double, double) - Static method in class plugins.big.steerablej.process.PolynomialUtils
-
Returns the real roots of a cubic polynomial.