Uses of Class
com.luciad.imaging.operator.util.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
Modifier 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 ALcdImage
TLcdIndexLookupOp.indexLookup
(ALcdImage aImage, TLcdLookupTable aLUT) Perform a color lookup operation.static ALcdImage
TLcdIndexLookupOp.indexLookup
(ALcdImage aSource, TLcdLookupTable aLUT, double[] aNaNColor) Perform a color lookup operation. -
Uses of TLcdLookupTable in com.luciad.imaging.operator.util
Modifier 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.ModifierConstructorDescriptionTLcdColorLookupTable
(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.