Class LookupTableFactory

java.lang.Object
org.aoju.bus.image.nimble.LookupTableFactory

public class LookupTableFactory extends Object
Since:
Java 17+
Author:
Kimi Liu
  • Constructor Details

    • LookupTableFactory

      public LookupTableFactory(StoredValue storedValue)
  • Method Details

    • setModalityLUT

      public void setModalityLUT(Attributes attrs)
    • setPresentationLUT

      public void setPresentationLUT(Attributes attrs)
    • setWindowCenter

      public void setWindowCenter(float windowCenter)
    • setWindowWidth

      public void setWindowWidth(float windowWidth)
    • setVOI

      public void setVOI(Attributes img, int windowIndex, int voiLUTIndex, boolean preferWindow)
    • createLUT

      public LookupTable createLUT(int outBits)
    • autoWindowing

      public boolean autoWindowing(Attributes img, Raster raster)