Uses of Interface
adams.data.image.BufferedImageSupporter
-
Packages that use BufferedImageSupporter Package Description adams.data.boofcv adams.data.image adams.data.opencv adams.gui.tools.wekainvestigator.output -
-
Uses of BufferedImageSupporter in adams.data.boofcv
Classes in adams.data.boofcv that implement BufferedImageSupporter Modifier and Type Class Description class
BoofCVImageContainer
Image wrapper around aImageBase
used by BoofCV. -
Uses of BufferedImageSupporter in adams.data.image
Classes in adams.data.image that implement BufferedImageSupporter Modifier and Type Class Description class
AbstractImageContainer<T>
Ancestor for various image format containers.class
BooleanArrayMatrixView
Allows a matrix view (2-dim) of an array (1-dim).class
BufferedImageBitmaskContainer
Container for storing a BufferedImage and its associated bitmask image.class
BufferedImageContainer
Image wrapper around a BufferedImage used by JAI.class
IntArrayMatrixView
Allows a matrix view (2-dim) of an array (1-dim). -
Uses of BufferedImageSupporter in adams.data.opencv
Classes in adams.data.opencv that implement BufferedImageSupporter Modifier and Type Class Description class
OpenCVImageContainer
Encapsulates an OpenCV image. -
Uses of BufferedImageSupporter in adams.gui.tools.wekainvestigator.output
Classes in adams.gui.tools.wekainvestigator.output that implement BufferedImageSupporter Modifier and Type Class Description class
ComponentContentPanel
Panel for exporting the graphical component as image.
-