Class Covdet.VlCovDet

  • Enclosing class:
    Covdet

    class Covdet.VlCovDet
    extends java.lang.Object
    • Field Detail

      • 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
      • numFeatures

        int numFeatures
      • numFeatureBufferSize

        int numFeatureBufferSize
      • patch

        float[] patch
      • patchBufferSize

        int patchBufferSize
      • transposed

        boolean transposed
      • 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 Detail

      • VlCovDet

        VlCovDet()