Uses of Class
com.luciad.imaging.operator.util.TLcdLookupTable
Packages that use TLcdLookupTable
Package
Description
Defines image processing operators that can be applied to an
ALcdImage.
Contains utility classes used by various image operators.
-
Uses of TLcdLookupTable in com.luciad.imaging.operator
Methods in com.luciad.imaging.operator with parameters of type TLcdLookupTableModifier and TypeMethodDescriptionALcdImageOperatorChain.Builder.indexLookup(TLcdLookupTable aLUT) Corresponds to TLcdIndexLookupOp.indexLookup(com.luciad.imaging.ALcdImage, com.luciad.imaging.operator.util.TLcdLookupTable), but the input image is passed in via the operator chain.ALcdImageOperatorChain.Builder.indexLookup(TLcdLookupTable aLUT, double[] aNaNColor) Corresponds to TLcdIndexLookupOp.indexLookup(com.luciad.imaging.ALcdImage, com.luciad.imaging.operator.util.TLcdLookupTable, double[]) but the input image is passed in via the operator chain.static ALcdImageTLcdIndexLookupOp.indexLookup(ALcdImage aImage, TLcdLookupTable aLUT) Perform a color lookup operation.static ALcdImageTLcdIndexLookupOp.indexLookup(ALcdImage aSource, TLcdLookupTable aLUT, double[] aNaNColor) Perform a color lookup operation. -
Uses of TLcdLookupTable in com.luciad.imaging.operator.util
Methods in com.luciad.imaging.operator.util that return TLcdLookupTableModifier and TypeMethodDescriptionTLcdLookupTable.Builder.build()Builds the lookup table.TLcdComponentColorLookupTable.getBlueLookupTable()Returns the lookup table for the blue color component.TLcdComponentColorLookupTable.getGreenLookupTable()Returns the lookup table for the green color component.TLcdColorLookupTable.getLookupTable()Returns the 3D color lookup table.TLcdComponentColorLookupTable.getRedLookupTable()Returns the lookup table for the red color component.Constructors in com.luciad.imaging.operator.util with parameters of type TLcdLookupTableModifierConstructorDescriptionTLcdColorLookupTable(TLcdLookupTable aLookupTable, TLcdColorLookupTable.AlphaMode aAlphaMode) Creates a lookup table with user-defined settings.TLcdComponentColorLookupTable(TLcdLookupTable aRedLut, TLcdLookupTable aGreenLut, TLcdLookupTable aBlueLut) Creates a component-based color lookup table.