Class Covdet.VlCovDet

java.lang.Object
gov.nih.mipav.model.algorithms.Covdet.VlCovDet
Enclosing class:
Covdet

class Covdet.VlCovDet extends Object
  • Field Details

    • gss

    • css

      invalid input: '<' Gaussian scale space.
    • method

      invalid input: '<' Cornerness scale space.
    • peakThreshold

      double peakThreshold
      invalid input: '<' feature extraction method.
    • edgeThreshold

      double edgeThreshold
      invalid input: '<' peak threshold.
    • lapPeakThreshold

      double lapPeakThreshold
      invalid input: '<' edge threshold.
    • octaveResolution

      int octaveResolution
      invalid input: '<' peak threshold for Laplacian scale selection.
    • numOctaves

      int numOctaves
      invalid input: '<' resolution of each octave.
    • firstOctave

      int firstOctave
      invalid input: '<' number of octaves
    • baseScale

      double baseScale
      invalid input: '<' index of the first octave.
    • maxNumOrientations

      int maxNumOrientations
      invalid input: '<' the base scale of the gss.
    • nonExtremaSuppression

      double nonExtremaSuppression
      invalid input: '<' max number of detected orientations.
    • numNonExtremaSuppressed

      int numNonExtremaSuppressed
    • features

    • numFeatures

      int numFeatures
    • numFeatureBufferSize

      int numFeatureBufferSize
    • patch

      float[] patch
    • patchBufferSize

      int patchBufferSize
    • transposed

      boolean transposed
    • orientations

    • 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()