Uses of Class
adams.data.image.AbstractImageContainer
-
-
Uses of AbstractImageContainer in adams.data.barcode.decode
Methods in adams.data.barcode.decode with parameters of type AbstractImageContainer Modifier and Type Method Description protected void
AbstractBarcodeDecoder. check(AbstractImageContainer image)
Performs checks on the image.TextContainer
AbstractBarcodeDecoder. decode(AbstractImageContainer image)
Attempts to decode the barcode in the image.protected abstract TextContainer
AbstractBarcodeDecoder. doDecode(AbstractImageContainer image)
Performs the actual decoding.protected TextContainer
MultiQRCode. doDecode(AbstractImageContainer image)
Performs the actual decoding.protected TextContainer
PassThrough. doDecode(AbstractImageContainer image)
Performs the actual decoding.protected TextContainer
ZXing. doDecode(AbstractImageContainer image)
Performs the actual decoding. -
Uses of AbstractImageContainer in adams.data.boofcv
Subclasses of AbstractImageContainer in adams.data.boofcv Modifier and Type Class Description class
BoofCVImageContainer
Image wrapper around aImageBase
used by BoofCV.Methods in adams.data.boofcv with parameters of type AbstractImageContainer Modifier and Type Method Description static boofcv.struct.image.ImageBase
BoofCVHelper. toBoofCVImage(AbstractImageContainer cont, BoofCVImageType type)
Converts the image container to the specified image type if necessary.static BoofCVImageContainer
BoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont)
Creates aBoofCVImageContainer
container if necessary, usingBoofCVImageType.GRAYF32
, otherwise it just casts the object.static BoofCVImageContainer
BoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont, BoofCVImageType type)
Creates aBoofCVImageContainer
container if necessary, otherwise it just casts the object. -
Uses of AbstractImageContainer in adams.data.image
Classes in adams.data.image with type parameters of type AbstractImageContainer Modifier and Type Class Description class
AbstractImageFeatureGenerator<T extends AbstractImageContainer>
Abstract base class for AbstractImage feature generation.class
AbstractImageTransformer<T extends AbstractImageContainer>
Abstract base class for AbstractImage transformations.class
AbstractMultiImageOperation<T extends AbstractImageContainer>
Abstract base class for operations that require multiple images.interface
ImageTransformer<T extends AbstractImageContainer>
Abstract base class for AbstractImage transformations.Subclasses of AbstractImageContainer in adams.data.image Modifier and Type Class Description class
BufferedImageBitmaskContainer
Container for storing a BufferedImage and its associated bitmask image.class
BufferedImageContainer
Image wrapper around a BufferedImage used by JAI.Methods in adams.data.image that return AbstractImageContainer Modifier and Type Method Description protected abstract T[]
AbstractMultiImageOperation. doProcess(T[] images)
Performs the actual processing of the images.protected abstract T[]
AbstractImageTransformer. doTransform(T img)
Performs the actual transforming of the image.T[]
AbstractMultiImageOperation. process(T[] images)
Processes the images.T[]
AbstractImageTransformer. transform(T img)
Transforms the given image.T[]
ImageTransformer. transform(T img)
Transforms the given image.Methods in adams.data.image with parameters of type AbstractImageContainer Modifier and Type Method Description protected void
AbstractMultiImageOperation. check(T[] images)
Checks the images.protected String
AbstractMultiImageOperation. checkSameDimensions(T[] images)
Checks whether the images have the same dimensions.protected abstract T[]
AbstractMultiImageOperation. doProcess(T[] images)
Performs the actual processing of the images.T[]
AbstractMultiImageOperation. process(T[] images)
Processes the images.static BufferedImageContainer
BufferedImageHelper. toBufferedImageContainer(AbstractImageContainer cont)
Creates aBufferedImageContainer
container if necessary, otherwise it just casts the object. -
Uses of AbstractImageContainer in adams.data.imagesharpness
Methods in adams.data.imagesharpness with parameters of type AbstractImageContainer Modifier and Type Method Description protected void
AbstractImageSharpness. check(AbstractImageContainer cont)
Hook method for performing checks.protected abstract boolean
AbstractImageSharpness. isImageSharp(AbstractImageContainer cont)
Checks the sharpness of an image.protected boolean
Dummy. isImageSharp(AbstractImageContainer cont)
Checks the sharpness of an image.boolean
AbstractImageSharpness. isSharp(AbstractImageContainer cont)
Checks the sharpness of an image. -
Uses of AbstractImageContainer in adams.data.io.input
Classes in adams.data.io.input with type parameters of type AbstractImageContainer Modifier and Type Class Description class
AbstractImageReader<T extends AbstractImageContainer>
Ancestor for image readers.interface
ImageReader<T extends AbstractImageContainer>
Interface for image readers.interface
InputStreamImageReader<T extends AbstractImageContainer>
Interface for image readers that support reading from input streams. -
Uses of AbstractImageContainer in adams.data.io.output
Classes in adams.data.io.output with type parameters of type AbstractImageContainer Modifier and Type Class Description class
AbstractImageWriter<T extends AbstractImageContainer>
Ancestor for image writers.interface
ImageWriter<T extends AbstractImageContainer>
Interface for image writers.interface
OutputStreamImageWriter<T extends AbstractImageContainer>
Interface for image writers that can write to output streams. -
Uses of AbstractImageContainer in adams.data.jai
Methods in adams.data.jai with parameters of type AbstractImageContainer Modifier and Type Method Description static BufferedImageContainer
JAIHelper. toBufferedImageContainer(AbstractImageContainer cont)
Creates aBufferedImageContainer
container if necessary, otherwise it just casts the object. -
Uses of AbstractImageContainer in adams.data.opencv
Subclasses of AbstractImageContainer in adams.data.opencv Modifier and Type Class Description class
OpenCVImageContainer
Encapsulates an OpenCV image.Methods in adams.data.opencv with parameters of type AbstractImageContainer Modifier and Type Method Description static OpenCVImageContainer
OpenCVHelper. toOpenCVImageContainer(AbstractImageContainer cont)
Creates anOpenCVImageContainer
container if necessary, otherwise it just casts the object. -
Uses of AbstractImageContainer in adams.flow.transformer
Fields in adams.flow.transformer declared as AbstractImageContainer Modifier and Type Field Description protected AbstractImageContainer
CompareObjectLocations. m_CurrentImage
the current image.protected AbstractImageContainer
ImageAnnotator.AnnotatorPanel. m_CurrentImage
the current image.Methods in adams.flow.transformer that return AbstractImageContainer Modifier and Type Method Description AbstractImageContainer
ImageAnnotator.AnnotatorPanel. getCurrentImage()
Returns the current image.Methods in adams.flow.transformer with parameters of type AbstractImageContainer Modifier and Type Method Description void
ImageAnnotator.AnnotatorPanel. setCurrentImage(AbstractImageContainer value)
Sets the current image.void
ImageAnnotator.AnnotatorPanel. setCurrentImage(AbstractImageContainer value, double zoom)
Sets the current image. -
Uses of AbstractImageContainer in adams.flow.transformer.compareobjectlocations
Methods in adams.flow.transformer.compareobjectlocations with parameters of type AbstractImageContainer Modifier and Type Method Description abstract void
AbstractComparisonPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image.void
Combined.CombinedPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image.void
SideBySide.SideBySidePanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)
Displays the new image. -
Uses of AbstractImageContainer in adams.flow.transformer.negativeregions
Methods in adams.flow.transformer.negativeregions with parameters of type AbstractImageContainer Modifier and Type Method Description protected String
AbstractNegativeRegionsGenerator. check(AbstractImageContainer cont)
Hook methods for checks before processing.protected abstract LocatedObjects
AbstractNegativeRegionsGenerator. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
LargestRegions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
MaxDimensions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
MinDimensions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
Null. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
RandomRegions. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.protected LocatedObjects
SimpleBlockFill. doGenerateRegions(AbstractImageContainer cont)
Generates the negative regions.LocatedObjects
AbstractNegativeRegionsGenerator. generateRegions(AbstractImageContainer cont)
Generates the negative regions. -
Uses of AbstractImageContainer in adams.flow.transformer.pixelselector
Fields in adams.flow.transformer.pixelselector declared as AbstractImageContainer Modifier and Type Field Description protected AbstractImageContainer
AbstractPixelSelectorOverlay. m_Image
the underlying image.protected AbstractImageContainer
PixelSelectorPanel. m_Image
the current image container.Methods in adams.flow.transformer.pixelselector that return AbstractImageContainer Modifier and Type Method Description AbstractImageContainer
AbstractPixelSelectorOverlay. getImage()
Returns the underlying image.AbstractImageContainer
PixelSelectorPanel. getImage()
Returns the current image.Methods in adams.flow.transformer.pixelselector with parameters of type AbstractImageContainer Modifier and Type Method Description void
AbstractPixelSelectorOverlay. setImage(AbstractImageContainer value)
Sets the underlying image.void
PixelSelectorPanel. setImage(AbstractImageContainer value)
Sets the image. -
Uses of AbstractImageContainer in adams.gui.tools.previewbrowser
Methods in adams.gui.tools.previewbrowser with parameters of type AbstractImageContainer Modifier and Type Method Description void
AnnotateImage.CombinedPanel. setCurrentImage(AbstractImageContainer value)
Sets the current image.void
AnnotateImage.CombinedPanel. setCurrentImage(AbstractImageContainer value, double zoom)
Sets the current image. -
Uses of AbstractImageContainer in adams.gui.visualization.image
Methods in adams.gui.visualization.image with parameters of type AbstractImageContainer Modifier and Type Method Description void
ImagePanel. setCurrentImage(AbstractImageContainer value)
Sets the underlying image.void
ImagePanel. setCurrentImage(AbstractImageContainer value, double scale)
Sets the underlying image.Method parameters in adams.gui.visualization.image with type arguments of type AbstractImageContainer Modifier and Type Method Description boolean
ImagePanel. save(File file, ImageWriter<AbstractImageContainer> writer)
Writes the current image to the given file.
-