-
previewImage_
java.awt.Image previewImage_
Preview image.
-
pixels_
double[] pixels_
Pixels of the preview image.
-
M_
int M_
Order of the feature template.
-
min_
double min_
Minimum value of the filter.
-
max_
double max_
Maximum value of the filter.
-
gyPixels_
double[] gyPixels_
Array containing the first partial derivative of the Gaussian kernel. The
'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gxxPixels_
double[] gxxPixels_
Array containing the second partial derivative of the Gaussian kernel.
The 'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gyyPixels_
double[] gyyPixels_
Array containing the second partial derivative of the Gaussian kernel.
The 'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gxxyPixels_
double[] gxxyPixels_
Array containing the third partial derivative of the Gaussian kernel. The
'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gyyyPixels_
double[] gyyyPixels_
Array containing the third partial derivative of the Gaussian kernel. The
'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gxxxxPixels_
double[] gxxxxPixels_
Array containing the fourth partial derivative of the Gaussian kernel.
The 'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gxxyyPixels_
double[] gxxyyPixels_
Array containing the fourth partial derivative of the Gaussian kernel.
The 'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gyyyyPixels_
double[] gyyyyPixels_
Array containing the fourth partial derivative of the Gaussian kernel.
The 'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gxxxxyPixels_
double[] gxxxxyPixels_
Array containing the fifth partial derivative of the Gaussian kernel. The
'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.
-
gxxyyyPixels_
double[] gxxyyyPixels_
Array containing the fifth partial derivative of the Gaussian kernel. The
'x' denotes first spatial dimension, and 'y' denotes second spatial
dimension.