Class Covdet.VlScaleSpaceGeometry

  • Enclosing class:
    Covdet

    class Covdet.VlScaleSpaceGeometry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) double baseScale
      < Index of the last octave subdivision
      (package private) int firstOctave
      < Image height
      (package private) int height
      < Image width
      (package private) int lastOctave
      < Index of the fisrt octave
      (package private) double nominalScale
      < Base smoothing (smoothing of octave 0, level 0)
      (package private) int octaveFirstSubdivision
      < Number of octave subdivisions
      (package private) int octaveLastSubdivision
      < Index of the first octave subdivision
      (package private) int octaveResolution
      < Index of the last octave
      (package private) int width  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        int width
      • height

        int height
        < Image width
      • firstOctave

        int firstOctave
        < Image height
      • lastOctave

        int lastOctave
        < Index of the fisrt octave
      • octaveResolution

        int octaveResolution
        < Index of the last octave
      • octaveFirstSubdivision

        int octaveFirstSubdivision
        < Number of octave subdivisions
      • octaveLastSubdivision

        int octaveLastSubdivision
        < Index of the first octave subdivision
      • baseScale

        double baseScale
        < Index of the last octave subdivision
      • nominalScale

        double nominalScale
        < Base smoothing (smoothing of octave 0, level 0)
    • Constructor Detail

      • VlScaleSpaceGeometry

        VlScaleSpaceGeometry()