Skip navigation links
LuciadLightspeed
2023.1.08

Package com.luciad.imaging.operator

Defines image processing operators that can be applied to an ALcdImage.

See: Description

Package com.luciad.imaging.operator Description

Defines image processing operators that can be applied to an ALcdImage. An ALcdImageOperator is a function which creates an image based on a given set of input parameters. As an example, the convolve operator takes an image and a convolution kernel as input, and produces the convolved version of the image as output.

An ALcdImageOperatorChain can combine one or more ALcdImageOperators. Like an operator, a chain produces a processed image as output. However, it only takes a single image as input, which is automatically propagated through the operators that comprise the chain. This allows the same processing steps to be applied to multiple input images with minimal code.

The provided image operators can be used in two ways:

Since:
2014.0
Skip navigation links
LuciadLightspeed
2023.1.08