Class AlgorithmEmbeddedConfidenceEdgeDetection.BgImage

java.lang.Object
gov.nih.mipav.model.algorithms.AlgorithmEmbeddedConfidenceEdgeDetection.BgImage
Enclosing class:
AlgorithmEmbeddedConfidenceEdgeDetection

private class AlgorithmEmbeddedConfidenceEdgeDetection.BgImage extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) boolean
     
    (package private) boolean
     
    (package private) short[]
     
    (package private) int
     
    (package private) int
     
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

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

    • x_

      int x_
    • y_

      int y_
    • im_

      short[] im_
    • hasIm_

      boolean hasIm_
    • colorIm_

      boolean colorIm_
  • Constructor Details

    • BgImage

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

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

    • cleanData

      public void cleanData()