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) booleanaaAccurateSmoothing(package private) float[]aaMask(package private) float[]aaPatch(package private) float[]aaPatchX(package private) float[]aaPatchY(package private) booleanallowPaddedWarping(package private) doublebaseScale< index of the first octave.(package private) Covdet.VlScaleSpacecss< Gaussian scale space.(package private) doubleedgeThreshold< peak threshold.(package private) Covdet.VlCovDetFeature[]features(package private) intfirstOctave< number of octaves(package private) Covdet.VlScaleSpacegss(package private) float[]laplacians(package private) float[]lapPatch(package private) doublelapPeakThreshold< edge threshold.(package private) intmaxNumOrientations< the base scale of the gss.(package private) Covdet.VlCovDetMethodmethod< Cornerness scale space.(package private) doublenonExtremaSuppression< max number of detected orientations.(package private) intnumFeatureBufferSize(package private) intnumFeatures(package private) int[]numFeaturesWithNumScales(package private) intnumNonExtremaSuppressed(package private) intnumOctaves< resolution of each octave.(package private) intoctaveResolution< peak threshold for Laplacian scale selection.(package private) Covdet.VlCovDetFeatureOrientation[]orientations(package private) float[]patch(package private) intpatchBufferSize(package private) doublepeakThreshold< feature extraction method.(package private) Covdet.VlCovDetFeatureLaplacianScale[]scales(package private) booleantransposed
-
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
-
-