Uses of Class
adams.data.image.multiimageoperation.AbstractBufferedImageMultiImageOperation
-
Packages that use AbstractBufferedImageMultiImageOperation Package Description adams.data.image.multiimageoperation adams.flow.transformer -
-
Uses of AbstractBufferedImageMultiImageOperation in adams.data.image.multiimageoperation
Subclasses of AbstractBufferedImageMultiImageOperation in adams.data.image.multiimageoperation Modifier and Type Class Description class
And
Performs a logical AND on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.class
ApplyMask
class
Average
Computes the average from the images (each channel separately).class
CombineChannels
Combines the channels into a single image.class
Diff
class
Median
Computes the median from the images (each channel separately).class
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
class
Or
Performs a logical OR on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.class
PassThrough
Dummy operation, simply passes on the input images.class
ReportFieldSubtraction
For each of the specified report fields, the difference between the value from the first report and the second is calculated.class
XOr
Performs a logical XOR on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY. -
Uses of AbstractBufferedImageMultiImageOperation in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractBufferedImageMultiImageOperation Modifier and Type Field Description protected AbstractBufferedImageMultiImageOperation
BufferedImageMultiImageOperation. m_Operation
the transformer to apply to the image.Methods in adams.flow.transformer that return AbstractBufferedImageMultiImageOperation Modifier and Type Method Description AbstractBufferedImageMultiImageOperation
BufferedImageMultiImageOperation. getOperation()
Returns the operation in use.Methods in adams.flow.transformer with parameters of type AbstractBufferedImageMultiImageOperation Modifier and Type Method Description void
BufferedImageMultiImageOperation. setOperation(AbstractBufferedImageMultiImageOperation value)
Sets the operation to use.
-