Uses of Class
com.luciad.imaging.operator.ALcdImageOperator
Packages that use ALcdImageOperator
-
Uses of ALcdImageOperator in com.luciad.imaging.operator
Subclasses of ALcdImageOperator in com.luciad.imaging.operatorModifier and TypeClassDescriptionfinal classMerges the bands of two images together.final classExtracts a subset of the color bands of an image and/or reorders the bands.final classPerforms a binary operation on two input images.final classPerforms a color space conversion.final classTransforms one color to another using a lookup in a color table.classComposes two ALcdBasicImages.final classApplies a convolution filter to an image.classCrops an ALcdBasicImage by retaining a sub-rectangle of pixels.classRemaps the values in an image using curves which can be specified by the user.classExpands an image.final classComputes a histogram of a given image.final classPerforms a color lookup using a single-band image.final classApplies a median filter to an image.final classReplaces every pixel in an image which matches a given value with another value.final classAdjusts the pixel values of an image by applying a scale and offset.final classAdjusts the pixel values of an image by applying an affine transform defined by a 2-dimensional matrix and a 1-dimensional offset vector.classResizes an image, changing its resolution.classAdjusts thesemanticsof an image.classComposes two images by taking the left part of the input image and combine it with the right part of the second image with respect to a swipe line.Methods in com.luciad.imaging.operator with parameters of type ALcdImageOperatorModifier and TypeMethodDescriptionALcdImageOperatorChain.Builder.operator(ALcdImageOperator aOperator, ILcdDataObject aParameters) Appends an operator to the chain.