Class libdt.VidSegm

  • Enclosing class:
    libdt

    class libdt.VidSegm
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      VidSegm​(int winxy, int winz, int stepxy, int stepz, libdt.norm_type nt, double bkv, int K, int n, double reg, int nf, int bkvf)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • K

        public int K
      • n

        public int n
      • regV

        public double regV
      • nfrm

        public int nfrm
      • coff

        public javax.vecmath.Point3i coff
      • allx

        public java.util.Vector<java.lang.Integer> allx
      • ally

        public java.util.Vector<java.lang.Integer> ally
      • allz

        public java.util.Vector<java.lang.Integer> allz
      • vidsize

        public javax.vecmath.Point3i vidsize
      • locall

        public java.util.Vector<javax.vecmath.Point3i> locall
      • locall_mask

        public java.util.Vector<java.lang.Boolean> locall_mask
      • allclasses

        java.util.Vector<java.lang.Integer> allclasses
    • Constructor Detail

      • VidSegm

        public VidSegm​(int winxy,
                       int winz,
                       int stepxy,
                       int stepz,
                       libdt.norm_type nt,
                       double bkv,
                       int K,
                       int n,
                       double reg,
                       int nf,
                       int bkvf)