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 classAbstractBoofCVMultiImageOperationAbstract base class for operations that require multiple images of type BoofCVImageContainer.classAndPerforms a logical AND on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.classDiffCompares two images and returns a third image with the differences between them
classOrPerforms a logical OR on the binary pixels of the images.
Converts images automatically to type UNSIGNED_INT_8.classPassThroughDummy operation, simply passes on the input images.classReportFieldSubtractionFor each of the specified report fields, the difference between the value from the first report and the second is calculated.classXOrPerforms 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 classAbstractBufferedImageMultiImageOperationAbstract base class for operations that require multiple images of type BufferedImageContainer.classAndPerforms a logical AND on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.classApplyMask
classAverageComputes the average from the images (each channel separately).classCombineChannelsCombines the channels into a single image.classDiffclassMedianComputes the median from the images (each channel separately).classMergeGridMerges 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
classOrPerforms a logical OR on the binary pixels of the images.
Converts images automatically to type BufferedImage.TYPE_BYTE_BINARY.classPassThroughDummy operation, simply passes on the input images.classReportFieldSubtractionFor each of the specified report fields, the difference between the value from the first report and the second is calculated.classXOrPerforms 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 classAbstractOpenCVMultiImageOperationAbstract base class for operations that require multiple images of type OpenCVImageContainer.classPassThroughDummy operation, simply passes on the input images.classReportFieldSubtractionFor each of the specified report fields, the difference between the value from the first report and the second is calculated.
-