Class libdt.PatchOptions

  • Enclosing class:
    libdt

    class libdt.PatchOptions
    extends java.lang.Object
    Class for specifying spatio-temporal patches (cubes). \sa PatchExtractor, PatchBatchExtractor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double minvar
      < normalization method.
      int minvarf
      < minimum variance.
      libdt.norm_type normopt
      < step size between patches (x, y, z).
      javax.vecmath.Point3i step
      < patch size (x, y, z).
      javax.vecmath.Point3i win  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void checkValues()  
      • Methods inherited from class java.lang.Object

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

      • win

        public javax.vecmath.Point3i win
      • step

        public javax.vecmath.Point3i step
        < patch size (x, y, z).
      • normopt

        public libdt.norm_type normopt
        < step size between patches (x, y, z).
      • minvar

        public double minvar
        < normalization method.
      • minvarf

        public int minvarf
        < minimum variance.
    • Constructor Detail

      • PatchOptions

        PatchOptions​(int winxy,
                     int winz,
                     int stepxy,
                     int stepz,
                     libdt.norm_type normopt,
                     double minvar,
                     int minvarf)
        < frames to skip in checking variance.
    • Method Detail

      • checkValues

        void checkValues()