AbstractBufferedImageMultiImageOperation |
Abstract base class for operations that require multiple images of type BufferedImageContainer.
|
And |
Performs a logical AND on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.
|
ApplyMask |
|
Average |
Computes the average from the images (each channel separately).
|
CombineChannels |
Combines the channels into a single image.
|
Diff |
Median |
Computes the median from the images (each channel separately).
|
MergeGrid |
Merges a grid of sub-images into a single image, including the annotations.
Opposite operation to adams.data.image.transformer.subimages.Grid.
Expects the image array to represent the cells in the grid in a row-wise fashion.
Only combines object annotations from reports, other field values will be discarded.
Does not remove overlapping objects, see adams.flow.transformer.DeleteOverlappingImageObjects.
See also:
adams.data.image.transformer.subimages.Grid
adams.flow.transformer.DeleteOverlappingImageObjects
|
Or |
Performs a logical OR on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.
|
PassThrough |
Dummy operation, simply passes on the input images.
|
ReportFieldSubtraction |
For each of the specified report fields, the difference between the value from the first report and the second is calculated.
|
XOr |
Performs a logical XOR on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.
|