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 voidAbstractBarcodeDecoder. check(AbstractImageContainer image)Performs checks on the image.TextContainerAbstractBarcodeDecoder. decode(AbstractImageContainer image)Attempts to decode the barcode in the image.protected abstract TextContainerAbstractBarcodeDecoder. doDecode(AbstractImageContainer image)Performs the actual decoding.protected TextContainerMultiQRCode. doDecode(AbstractImageContainer image)Performs the actual decoding.protected TextContainerPassThrough. doDecode(AbstractImageContainer image)Performs the actual decoding.protected TextContainerZXing. 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 classBoofCVImageContainerImage wrapper around aImageBaseused by BoofCV.Methods in adams.data.boofcv with parameters of type AbstractImageContainer Modifier and Type Method Description static boofcv.struct.image.ImageBaseBoofCVHelper. toBoofCVImage(AbstractImageContainer cont, BoofCVImageType type)Converts the image container to the specified image type if necessary.static BoofCVImageContainerBoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont)Creates aBoofCVImageContainercontainer if necessary, usingBoofCVImageType.GRAYF32, otherwise it just casts the object.static BoofCVImageContainerBoofCVHelper. toBoofCVImageContainer(AbstractImageContainer cont, BoofCVImageType type)Creates aBoofCVImageContainercontainer 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 classAbstractImageFeatureGenerator<T extends AbstractImageContainer>Abstract base class for AbstractImage feature generation.classAbstractImageTransformer<T extends AbstractImageContainer>Abstract base class for AbstractImage transformations.classAbstractMultiImageOperation<T extends AbstractImageContainer>Abstract base class for operations that require multiple images.interfaceImageTransformer<T extends AbstractImageContainer>Abstract base class for AbstractImage transformations.Subclasses of AbstractImageContainer in adams.data.image Modifier and Type Class Description classBufferedImageBitmaskContainerContainer for storing a BufferedImage and its associated bitmask image.classBufferedImageContainerImage 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 voidAbstractMultiImageOperation. check(T[] images)Checks the images.protected StringAbstractMultiImageOperation. 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 BufferedImageContainerBufferedImageHelper. toBufferedImageContainer(AbstractImageContainer cont)Creates aBufferedImageContainercontainer 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 voidAbstractImageSharpness. check(AbstractImageContainer cont)Hook method for performing checks.protected abstract booleanAbstractImageSharpness. isImageSharp(AbstractImageContainer cont)Checks the sharpness of an image.protected booleanDummy. isImageSharp(AbstractImageContainer cont)Checks the sharpness of an image.booleanAbstractImageSharpness. 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 classAbstractImageReader<T extends AbstractImageContainer>Ancestor for image readers.interfaceImageReader<T extends AbstractImageContainer>Interface for image readers.interfaceInputStreamImageReader<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 classAbstractImageWriter<T extends AbstractImageContainer>Ancestor for image writers.interfaceImageWriter<T extends AbstractImageContainer>Interface for image writers.interfaceOutputStreamImageWriter<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 BufferedImageContainerJAIHelper. toBufferedImageContainer(AbstractImageContainer cont)Creates aBufferedImageContainercontainer 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 classOpenCVImageContainerEncapsulates an OpenCV image.Methods in adams.data.opencv with parameters of type AbstractImageContainer Modifier and Type Method Description static OpenCVImageContainerOpenCVHelper. toOpenCVImageContainer(AbstractImageContainer cont)Creates anOpenCVImageContainercontainer 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 AbstractImageContainerCompareObjectLocations. m_CurrentImagethe current image.protected AbstractImageContainerImageAnnotator.AnnotatorPanel. m_CurrentImagethe current image.Methods in adams.flow.transformer that return AbstractImageContainer Modifier and Type Method Description AbstractImageContainerImageAnnotator.AnnotatorPanel. getCurrentImage()Returns the current image.Methods in adams.flow.transformer with parameters of type AbstractImageContainer Modifier and Type Method Description voidImageAnnotator.AnnotatorPanel. setCurrentImage(AbstractImageContainer value)Sets the current image.voidImageAnnotator.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 voidAbstractComparisonPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)Displays the new image.voidCombined.CombinedPanel. display(AbstractImageContainer cont, List<String> labels, Report repAnn, LocatedObjects objAnn, Report repPred, LocatedObjects objPred)Displays the new image.voidSideBySide.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 StringAbstractNegativeRegionsGenerator. check(AbstractImageContainer cont)Hook methods for checks before processing.protected abstract LocatedObjectsAbstractNegativeRegionsGenerator. doGenerateRegions(AbstractImageContainer cont)Generates the negative regions.protected LocatedObjectsLargestRegions. doGenerateRegions(AbstractImageContainer cont)Generates the negative regions.protected LocatedObjectsMaxDimensions. doGenerateRegions(AbstractImageContainer cont)Generates the negative regions.protected LocatedObjectsMinDimensions. doGenerateRegions(AbstractImageContainer cont)Generates the negative regions.protected LocatedObjectsNull. doGenerateRegions(AbstractImageContainer cont)Generates the negative regions.protected LocatedObjectsRandomRegions. doGenerateRegions(AbstractImageContainer cont)Generates the negative regions.protected LocatedObjectsSimpleBlockFill. doGenerateRegions(AbstractImageContainer cont)Generates the negative regions.LocatedObjectsAbstractNegativeRegionsGenerator. 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 AbstractImageContainerAbstractPixelSelectorOverlay. m_Imagethe underlying image.protected AbstractImageContainerPixelSelectorPanel. m_Imagethe current image container.Methods in adams.flow.transformer.pixelselector that return AbstractImageContainer Modifier and Type Method Description AbstractImageContainerAbstractPixelSelectorOverlay. getImage()Returns the underlying image.AbstractImageContainerPixelSelectorPanel. getImage()Returns the current image.Methods in adams.flow.transformer.pixelselector with parameters of type AbstractImageContainer Modifier and Type Method Description voidAbstractPixelSelectorOverlay. setImage(AbstractImageContainer value)Sets the underlying image.voidPixelSelectorPanel. 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 voidAnnotateImage.CombinedPanel. setCurrentImage(AbstractImageContainer value)Sets the current image.voidAnnotateImage.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 voidImagePanel. setCurrentImage(AbstractImageContainer value)Sets the underlying image.voidImagePanel. 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 booleanImagePanel. save(File file, ImageWriter<AbstractImageContainer> writer)Writes the current image to the given file.
-