Class AlgorithmEmbeddedConfidenceEdgeDetection.BgImage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean colorIm_  
      (package private) boolean hasIm_  
      (package private) short[] im_  
      (package private) int x_  
      (package private) int y_  
    • Constructor Summary

      Constructors 
      Constructor Description
      BgImage​(int x, int y, boolean colorIm)  
      BgImage​(short[] im, int x, int y, boolean colorIm)  
    • Method Summary

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

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

      • x_

        int x_
      • y_

        int y_
      • im_

        short[] im_
      • hasIm_

        boolean hasIm_
      • colorIm_

        boolean colorIm_
    • Constructor Detail

      • BgImage

        public BgImage​(int x,
                       int y,
                       boolean colorIm)
      • BgImage

        public BgImage​(short[] im,
                       int x,
                       int y,
                       boolean colorIm)
    • Method Detail

      • cleanData

        public void cleanData()