Package gov.nih.mipav.model.algorithms
Class Covdet.VlCovDet
- java.lang.Object
-
- gov.nih.mipav.model.algorithms.Covdet.VlCovDet
-
- Enclosing class:
- Covdet
class Covdet.VlCovDet extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) boolean
aaAccurateSmoothing
(package private) float[]
aaMask
(package private) float[]
aaPatch
(package private) float[]
aaPatchX
(package private) float[]
aaPatchY
(package private) boolean
allowPaddedWarping
(package private) double
baseScale
< index of the first octave.(package private) Covdet.VlScaleSpace
css
< Gaussian scale space.(package private) double
edgeThreshold
< peak threshold.(package private) Covdet.VlCovDetFeature[]
features
(package private) int
firstOctave
< number of octaves(package private) Covdet.VlScaleSpace
gss
(package private) float[]
laplacians
(package private) float[]
lapPatch
(package private) double
lapPeakThreshold
< edge threshold.(package private) int
maxNumOrientations
< the base scale of the gss.(package private) Covdet.VlCovDetMethod
method
< Cornerness scale space.(package private) double
nonExtremaSuppression
< max number of detected orientations.(package private) int
numFeatureBufferSize
(package private) int
numFeatures
(package private) int[]
numFeaturesWithNumScales
(package private) int
numNonExtremaSuppressed
(package private) int
numOctaves
< resolution of each octave.(package private) int
octaveResolution
< peak threshold for Laplacian scale selection.(package private) Covdet.VlCovDetFeatureOrientation[]
orientations
(package private) float[]
patch
(package private) int
patchBufferSize
(package private) double
peakThreshold
< feature extraction method.(package private) Covdet.VlCovDetFeatureLaplacianScale[]
scales
(package private) boolean
transposed
-
Constructor Summary
Constructors Constructor Description VlCovDet()
-
-
-
Field Detail
-
gss
Covdet.VlScaleSpace gss
-
css
Covdet.VlScaleSpace css
< Gaussian scale space.
-
method
Covdet.VlCovDetMethod method
< Cornerness scale space.
-
peakThreshold
double peakThreshold
< feature extraction method.
-
edgeThreshold
double edgeThreshold
< peak threshold.
-
lapPeakThreshold
double lapPeakThreshold
< edge threshold.
-
octaveResolution
int octaveResolution
< peak threshold for Laplacian scale selection.
-
numOctaves
int numOctaves
< resolution of each octave.
-
firstOctave
int firstOctave
< number of octaves
-
baseScale
double baseScale
< index of the first octave.
-
maxNumOrientations
int maxNumOrientations
< the base scale of the gss.
-
nonExtremaSuppression
double nonExtremaSuppression
< max number of detected orientations.
-
numNonExtremaSuppressed
int numNonExtremaSuppressed
-
features
Covdet.VlCovDetFeature[] features
-
numFeatures
int numFeatures
-
numFeatureBufferSize
int numFeatureBufferSize
-
patch
float[] patch
-
patchBufferSize
int patchBufferSize
-
transposed
boolean transposed
-
orientations
Covdet.VlCovDetFeatureOrientation[] orientations
-
scales
Covdet.VlCovDetFeatureLaplacianScale[] scales
-
aaAccurateSmoothing
boolean aaAccurateSmoothing
-
aaPatch
float[] aaPatch
-
aaPatchX
float[] aaPatchX
-
aaPatchY
float[] aaPatchY
-
aaMask
float[] aaMask
-
lapPatch
float[] lapPatch
-
laplacians
float[] laplacians
-
numFeaturesWithNumScales
int[] numFeaturesWithNumScales
-
allowPaddedWarping
boolean allowPaddedWarping
-
-