Package gov.nih.mipav.model.algorithms
Class Covdet.VlCovDet
java.lang.Object
gov.nih.mipav.model.algorithms.Covdet.VlCovDet
- Enclosing class:
Covdet
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) boolean(package private) float[](package private) float[](package private) float[](package private) float[](package private) boolean(package private) doubleinvalid input: '<' index of the first octave.(package private) Covdet.VlScaleSpaceinvalid input: '<' Gaussian scale space.(package private) doubleinvalid input: '<' peak threshold.(package private) Covdet.VlCovDetFeature[](package private) intinvalid input: '<' number of octaves(package private) Covdet.VlScaleSpace(package private) float[](package private) float[](package private) doubleinvalid input: '<' edge threshold.(package private) intinvalid input: '<' the base scale of the gss.(package private) Covdet.VlCovDetMethodinvalid input: '<' Cornerness scale space.(package private) doubleinvalid input: '<' max number of detected orientations.(package private) int(package private) int(package private) int[](package private) int(package private) intinvalid input: '<' resolution of each octave.(package private) intinvalid input: '<' peak threshold for Laplacian scale selection.(package private) Covdet.VlCovDetFeatureOrientation[](package private) float[](package private) int(package private) doubleinvalid input: '<' feature extraction method.(package private) Covdet.VlCovDetFeatureLaplacianScale[](package private) boolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
gss
-
css
invalid input: '<' Gaussian scale space. -
method
Covdet.VlCovDetMethod methodinvalid input: '<' Cornerness scale space. -
peakThreshold
double peakThresholdinvalid input: '<' feature extraction method. -
edgeThreshold
double edgeThresholdinvalid input: '<' peak threshold. -
lapPeakThreshold
double lapPeakThresholdinvalid input: '<' edge threshold. -
octaveResolution
int octaveResolutioninvalid input: '<' peak threshold for Laplacian scale selection. -
numOctaves
int numOctavesinvalid input: '<' resolution of each octave. -
firstOctave
int firstOctaveinvalid input: '<' number of octaves -
baseScale
double baseScaleinvalid input: '<' index of the first octave. -
maxNumOrientations
int maxNumOrientationsinvalid input: '<' the base scale of the gss. -
nonExtremaSuppression
double nonExtremaSuppressioninvalid input: '<' 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
-
-
Constructor Details
-
VlCovDet
VlCovDet()
-