Uses of Class
adams.data.image.AbstractMultiImageOperation
-
Packages that use AbstractMultiImageOperation Package Description adams.data.boofcv.multiimageoperation adams.data.image.multiimageoperation adams.data.opencv.multiimageoperation -
-
Uses of AbstractMultiImageOperation in adams.data.boofcv.multiimageoperation
Subclasses of AbstractMultiImageOperation in adams.data.boofcv.multiimageoperation Modifier and Type Class Description class
AbstractBoofCVMultiImageOperation
Abstract base class for operations that require multiple images of type BoofCVImageContainer.class
And
Performs a logical AND on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.class
Diff
Compares two images and returns a third image with the differences between them
class
Or
Performs a logical OR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.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 UNSIGNED_INT_8. -
Uses of AbstractMultiImageOperation in adams.data.image.multiimageoperation
Subclasses of AbstractMultiImageOperation in adams.data.image.multiimageoperation Modifier and Type Class Description class
AbstractBufferedImageMultiImageOperation
Abstract base class for operations that require multiple images of type BufferedImageContainer.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 AbstractMultiImageOperation in adams.data.opencv.multiimageoperation
Subclasses of AbstractMultiImageOperation in adams.data.opencv.multiimageoperation Modifier and Type Class Description class
AbstractOpenCVMultiImageOperation
Abstract base class for operations that require multiple images of type OpenCVImageContainer.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.
-