Uses of Class
adams.data.image.BufferedImageContainer
-
-
Uses of BufferedImageContainer in adams.data.barcode.encode
Methods in adams.data.barcode.encode that return BufferedImageContainer Modifier and Type Method Description protected abstract BufferedImageContainer
AbstractBarcodeEncoder. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
EAN13. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
PassThrough. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
QRCode. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
UPCA. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.BufferedImageContainer
AbstractBarcodeEncoder. encode(String payload, MessageCollection errors)
Encodes the supplied payload.BufferedImageContainer
AbstractBarcodeEncoder. encode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.Methods in adams.data.barcode.encode with parameters of type BufferedImageContainer Modifier and Type Method Description protected String
AbstractBarcodeEncoder. check(BufferedImageContainer image)
Additional checks to the image.protected String
AbstractBarcodeEncoder. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected abstract BufferedImageContainer
AbstractBarcodeEncoder. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
EAN13. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
PassThrough. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
QRCode. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.protected BufferedImageContainer
UPCA. doEncode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload.BufferedImageContainer
AbstractBarcodeEncoder. encode(String payload, BufferedImageContainer cont, MessageCollection errors)
Encodes the supplied payload. -
Uses of BufferedImageContainer in adams.data.image
Subclasses of BufferedImageContainer in adams.data.image Modifier and Type Class Description class
BufferedImageBitmaskContainer
Container for storing a BufferedImage and its associated bitmask image.Methods in adams.data.image that return BufferedImageContainer Modifier and Type Method Description static BufferedImageContainer
BufferedImageHelper. read(File file)
Reads an image, also fills in meta-data.static BufferedImageContainer
BufferedImageHelper. read(File file, boolean addMetaData)
Reads an image, also fills in meta-data.static BufferedImageContainer
BufferedImageHelper. read(InputStream stream, boolean addMetaData)
Reads an image, also fills in meta-data.static BufferedImageContainer
BufferedImageHelper. toBufferedImageContainer(AbstractImageContainer cont)
Creates aBufferedImageContainer
container if necessary, otherwise it just casts the object. -
Uses of BufferedImageContainer in adams.data.image.features
Methods in adams.data.image.features with parameters of type BufferedImageContainer Modifier and Type Method Description protected void
AbstractScriptedFeatureGenerator. checkData(BufferedImageContainer img)
Optional checks of the image.protected void
Scripted. checkData(BufferedImageContainer img)
Optional checks of the image.HeaderDefinition
AbstractCountColor. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Barcode. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
BasicStatistics. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
ColorCounts. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Dimensions. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Eccentricity. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Entropy. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
FilteredBufferedImageFeatureGenerator. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Histogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
HusMoments. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Max. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Min. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Moment. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
MultiBufferedImageFeatureGenerator. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
OrientationVector. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
PixelClassifications. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Pixels. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Scripted. createHeader(BufferedImageContainer img)
Creates the header from a template image.protected abstract List[]
AbstractScript. doGenerateRows(BufferedImageContainer img)
Performs the actual feature genration.List<Object>[]
AbstractScript. generateRows(BufferedImageContainer img)
Performs the actual feature genration.List<Object>[]
Barcode. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
BasicStatistics. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
ColorCounts. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
CountColor. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
CountColorOutside. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Dimensions. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Eccentricity. generateRows(BufferedImageContainer img)
Performs the actual feature genration.List<Object>[]
Entropy. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
FilteredBufferedImageFeatureGenerator. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Histogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
HusMoments. generateRows(BufferedImageContainer img)
Performs the actual feature genration.List<Object>[]
Max. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Min. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Moment. generateRows(BufferedImageContainer img)
Performs the actual feature genration.List<Object>[]
MultiBufferedImageFeatureGenerator. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
OrientationVector. generateRows(BufferedImageContainer img)
Performs the actual feature genration.List<Object>[]
PixelClassifications. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Pixels. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Scripted. generateRows(BufferedImageContainer img)
Performs the actual feature generation.protected Integer[]
PixelClassifications. getClassificationIndices(BufferedImageContainer img)
Returns the classification indices.protected Point
PixelClassifications. getPixelLocation(BufferedImageContainer img, int index)
Returns the pixel location to paint.boolean[][]
OrientationVector. imageToMatrix(BufferedImageContainer img)
-
Uses of BufferedImageContainer in adams.data.image.moments
Methods in adams.data.image.moments with parameters of type BufferedImageContainer Modifier and Type Method Description protected boolean
AbstractBufferedImageMoment. check(BufferedImageContainer img)
Hook method for performing checks on the image.boolean[][]
AbstractBufferedImageMoment. imageToMatrix(BufferedImageContainer img)
Takes an image of type T and returns a boolean matrix that can be used for momentsstatic boolean[][]
AbstractBufferedImageMoment. imageToMatrix(BufferedImageContainer img, Color background)
Takes an image of type T and returns a boolean matrix that can be used for moments -
Uses of BufferedImageContainer in adams.data.image.multiimageoperation
Methods in adams.data.image.multiimageoperation that return BufferedImageContainer Modifier and Type Method Description protected BufferedImageContainer[]
And. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
ApplyMask. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Average. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
CombineChannels. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Diff. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Median. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
MergeGrid. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Or. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
PassThrough. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
ReportFieldSubtraction. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
XOr. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.Methods in adams.data.image.multiimageoperation with parameters of type BufferedImageContainer Modifier and Type Method Description protected int
MergeGrid. calcOffset(BufferedImageContainer[] images, int index, boolean calcX)
Calculates the X or Y offset for the specified image from the array for insertion in the new image.protected void
And. check(BufferedImageContainer[] images)
Checks the images.protected void
ApplyMask. check(BufferedImageContainer[] images)
Checks the images.protected void
Average. check(BufferedImageContainer[] images)
Checks the images.protected void
CombineChannels. check(BufferedImageContainer[] images)
Checks the images.protected void
Diff. check(BufferedImageContainer[] images)
Checks the images.protected void
Median. check(BufferedImageContainer[] images)
Checks the images.protected void
Or. check(BufferedImageContainer[] images)
Checks the images.protected void
ReportFieldSubtraction. check(BufferedImageContainer[] images)
Checks the images.protected void
XOr. check(BufferedImageContainer[] images)
Checks the images.protected Dimension
MergeGrid. determineDimensions(BufferedImageContainer[] images)
Determines the dimensions of the combined images.protected BufferedImageContainer[]
And. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
ApplyMask. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Average. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
CombineChannels. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Diff. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Median. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
MergeGrid. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
Or. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
PassThrough. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
ReportFieldSubtraction. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images.protected BufferedImageContainer[]
XOr. doProcess(BufferedImageContainer[] images)
Performs the actual processing of the images. -
Uses of BufferedImageContainer in adams.data.image.transformer
Methods in adams.data.image.transformer that return BufferedImageContainer Modifier and Type Method Description BufferedImageContainer[]
AbstractScript. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Binary. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
BinaryMask. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
BlueChannelColorizer. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
ChangeCanvasSize. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Cropping. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
DownSample. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
FixObjects. doTransform(BufferedImageContainer img)
Generates the subimages.protected BufferedImageContainer[]
GaussianBlur. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
GrayOrIndexedColorizer. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Grayscale. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
ImageFilter. doTransform(BufferedImageContainer img)
Generates the subimages.protected BufferedImageContainer[]
ImageType. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
LaplaceOfGaussian. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
LaplaceOperator. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
LocalMedianFilter. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MaxRGB. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MinRGB. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MinRGBOld. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MultiTransformer. doTransform(BufferedImageContainer img)
Performs the transformation.protected BufferedImageContainer[]
ObjectAnnotationsMask. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
PassThrough. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
ReplaceColors. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
ReplacePredominantColor. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Resize. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.BufferedImageContainer[]
Scripted. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
SplitChannels. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SplitChannelsHSV. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SplitChannelsYIQ. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SplitChannelsYUV. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SubImages. doTransform(BufferedImageContainer img)
Generates the subimages.protected BufferedImageContainer[]
SuppliedImageMask. doTransform(BufferedImageContainer container)
Masks the image.protected BufferedImageContainer[]
ThresholdReplacement. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
TrimapColorizer. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
WhiteBalance. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
XScreenMask. doTransform(BufferedImageContainer container)
Masks the image.abstract BufferedImageContainer[]
AbstractScript. performTransform(BufferedImageContainer img)
Performs the actual transforming of the image.Methods in adams.data.image.transformer with parameters of type BufferedImageContainer Modifier and Type Method Description protected void
AbstractScriptedTransformer. checkImage(BufferedImageContainer img)
Optional checks of the image.protected void
Scripted. checkImage(BufferedImageContainer img)
Optional checks of the image.protected void
SplitChannels. checkImage(BufferedImageContainer img)
Optional checks of the image.protected void
SplitChannelsHSV. checkImage(BufferedImageContainer img)
Optional checks of the image.protected void
SplitChannelsYIQ. checkImage(BufferedImageContainer img)
Optional checks of the image.protected void
SplitChannelsYUV. checkImage(BufferedImageContainer img)
Optional checks of the image.BufferedImageContainer[]
AbstractScript. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Binary. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
BinaryMask. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
BlueChannelColorizer. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
ChangeCanvasSize. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Cropping. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
DownSample. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
FixObjects. doTransform(BufferedImageContainer img)
Generates the subimages.protected BufferedImageContainer[]
GaussianBlur. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
GrayOrIndexedColorizer. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Grayscale. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
ImageFilter. doTransform(BufferedImageContainer img)
Generates the subimages.protected BufferedImageContainer[]
ImageType. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
LaplaceOfGaussian. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
LaplaceOperator. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
LocalMedianFilter. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MaxRGB. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MinRGB. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MinRGBOld. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
MultiTransformer. doTransform(BufferedImageContainer img)
Performs the transformation.protected BufferedImageContainer[]
ObjectAnnotationsMask. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
PassThrough. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
ReplaceColors. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
ReplacePredominantColor. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Resize. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.BufferedImageContainer[]
Scripted. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
SplitChannels. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SplitChannelsHSV. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SplitChannelsYIQ. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SplitChannelsYUV. doTransform(BufferedImageContainer img)
Generates the channels.protected BufferedImageContainer[]
SubImages. doTransform(BufferedImageContainer img)
Generates the subimages.protected BufferedImageContainer[]
SuppliedImageMask. doTransform(BufferedImageContainer container)
Masks the image.protected BufferedImageContainer[]
ThresholdReplacement. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
TrimapColorizer. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
WhiteBalance. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
XScreenMask. doTransform(BufferedImageContainer container)
Masks the image.abstract BufferedImageContainer[]
AbstractScript. performTransform(BufferedImageContainer img)
Performs the actual transforming of the image. -
Uses of BufferedImageContainer in adams.data.image.transformer.subimages
Methods in adams.data.image.transformer.subimages that return types with arguments of type BufferedImageContainer Modifier and Type Method Description protected abstract List<BufferedImageContainer>
AbstractSubImagesGenerator. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
Grid. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
LabeledRegions. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
Objects. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
PassThrough. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
Regions. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.List<BufferedImageContainer>
AbstractSubImagesGenerator. process(BufferedImageContainer image)
Generates subimages from the provided image.Methods in adams.data.image.transformer.subimages with parameters of type BufferedImageContainer Modifier and Type Method Description protected void
AbstractSubImagesGenerator. check(BufferedImageContainer image)
Checks whether the image can be processed.protected abstract List<BufferedImageContainer>
AbstractSubImagesGenerator. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
Grid. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
LabeledRegions. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
Objects. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
PassThrough. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.protected List<BufferedImageContainer>
Regions. doProcess(BufferedImageContainer image)
Performs the actual generation of the subimages.List<BufferedImageContainer>
AbstractSubImagesGenerator. process(BufferedImageContainer image)
Generates subimages from the provided image. -
Uses of BufferedImageContainer in adams.data.imagesegmentation.operation
Methods in adams.data.imagesegmentation.operation that return BufferedImageContainer Modifier and Type Method Description protected BufferedImageContainer
CompareAnnotationWithPrediction. generate(int width, int height, int[] predPixels, int[] annoPixels)
Compares the two pixel arrays and generates an images from it. -
Uses of BufferedImageContainer in adams.data.io.input
Methods in adams.data.io.input that return BufferedImageContainer Modifier and Type Method Description protected BufferedImageContainer
ApacheCommonsImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected BufferedImageContainer
JAIImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected BufferedImageContainer
PNGImageReader. doRead(PlaceholderFile file)
Performs the actual reading of the image file.protected BufferedImageContainer
PNGImageReader. doRead(ar.com.hjg.pngj.PngReader reader)
Performs the actual reading of the image.BufferedImageContainer
ApacheCommonsImageReader. read(InputStream stream)
Reads the image from the stream.BufferedImageContainer
JAIImageReader. read(InputStream stream)
Reads the image from the stream.BufferedImageContainer
PNGImageReader. read(InputStream stream)
Reads the image from the stream. -
Uses of BufferedImageContainer in adams.data.io.output
Methods in adams.data.io.output with parameters of type BufferedImageContainer Modifier and Type Method Description protected String
ApacheCommonsImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)
Performs the actual writing of the image file.protected String
GrayOrIndexedImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)
Performs the actual writing of the image file.protected String
JAIImageWriter. doWrite(PlaceholderFile file, BufferedImageContainer cont)
Performs the actual writing of the image file.String
ApacheCommonsImageWriter. write(OutputStream stream, BufferedImageContainer cont)
Writes the image to the stream.String
JAIImageWriter. write(OutputStream stream, BufferedImageContainer cont)
Writes the image to the stream. -
Uses of BufferedImageContainer in adams.data.jai
Methods in adams.data.jai that return BufferedImageContainer Modifier and Type Method Description static BufferedImageContainer
JAIHelper. toBufferedImageContainer(AbstractImageContainer cont)
Creates aBufferedImageContainer
container if necessary, otherwise it just casts the object. -
Uses of BufferedImageContainer in adams.data.jai.features
Methods in adams.data.jai.features with parameters of type BufferedImageContainer Modifier and Type Method Description HeaderDefinition
DFT. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Histogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.List<Object>[]
DFT. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Histogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.protected double[]
DFT. performDFT(BufferedImageContainer img)
Performs DFT on the image. -
Uses of BufferedImageContainer in adams.data.jai.transformer
Methods in adams.data.jai.transformer that return BufferedImageContainer Modifier and Type Method Description protected BufferedImageContainer[]
Brightness. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
ChangeOrientation. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Dilate. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Erode. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Flip. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Gray8. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
IndexedColors. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Invert. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Resize. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Rotate. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.BufferedImageContainer[]
Scripted. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.Methods in adams.data.jai.transformer with parameters of type BufferedImageContainer Modifier and Type Method Description protected void
AbstractScriptedTransformer. checkImage(BufferedImageContainer img)
Optional checks of the image.protected void
Scripted. checkImage(BufferedImageContainer img)
Optional checks of the image.protected BufferedImageContainer[]
Brightness. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
ChangeOrientation. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image.protected BufferedImageContainer[]
Dilate. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Erode. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Flip. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Gray8. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
IndexedColors. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Invert. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Resize. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.protected BufferedImageContainer[]
Rotate. doTransform(BufferedImageContainer img)
Performs no transformation at all, just returns the input.BufferedImageContainer[]
Scripted. doTransform(BufferedImageContainer img)
Performs the actual transforming of the image. -
Uses of BufferedImageContainer in adams.data.lire.features
Methods in adams.data.lire.features with parameters of type BufferedImageContainer Modifier and Type Method Description HeaderDefinition
AutoColorCorrelogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
BasicFeatures. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
BinaryPatternsPyramid. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
CEDD. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
ColorLayout. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
EdgeHistogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
FCTH. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
FuzzyColorHistogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
FuzzyOpponentHistogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Gabor. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
JCD. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
JointHistogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
JpegCoefficientHistogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
LocalBinaryPatterns. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
LocalBinaryPatternsAndOpponent. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
LuminanceLayout. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
OpponentHistogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
PHOG. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
RankAndOpponent. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
RotationInvariantLocalBinaryPatterns. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
ScalableColor. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SimpleCentrist. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SimpleColorHistogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SpatialPyramidAutoColorCorrelogram. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SpatialPyramidCEDD. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SpatialPyramidCentrist. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SpatialPyramidFCTH. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SpatialPyramidJCD. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
SpatialPyramidLocalBinaryPatterns. createHeader(BufferedImageContainer img)
Creates the header from a template image.HeaderDefinition
Tamura. createHeader(BufferedImageContainer img)
Creates the header from a template image.List<Object>[]
AutoColorCorrelogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
BasicFeatures. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
BinaryPatternsPyramid. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
CEDD. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
ColorLayout. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
EdgeHistogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
FCTH. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
FuzzyColorHistogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
FuzzyOpponentHistogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Gabor. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
JCD. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
JointHistogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
JpegCoefficientHistogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
LocalBinaryPatterns. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
LocalBinaryPatternsAndOpponent. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
LuminanceLayout. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
OpponentHistogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
PHOG. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
RankAndOpponent. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
RotationInvariantLocalBinaryPatterns. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
ScalableColor. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SimpleCentrist. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SimpleColorHistogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SpatialPyramidAutoColorCorrelogram. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SpatialPyramidCEDD. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SpatialPyramidCentrist. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SpatialPyramidFCTH. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SpatialPyramidJCD. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
SpatialPyramidLocalBinaryPatterns. generateRows(BufferedImageContainer img)
Performs the actual feature generation.List<Object>[]
Tamura. generateRows(BufferedImageContainer img)
Performs the actual feature generation. -
Uses of BufferedImageContainer in adams.flow.transformer
Fields in adams.flow.transformer with type parameters of type BufferedImageContainer Modifier and Type Field Description protected List<BufferedImageContainer>
BufferedImageMultiImageOperation. m_CurrentImages
the generated images.protected List<BufferedImageContainer>
PDFExtractImages. m_Images
the images to forward.protected List<BufferedImageContainer>
PDFRenderPages. m_Images
the images to forward. -
Uses of BufferedImageContainer in adams.flow.transformer.draw
Methods in adams.flow.transformer.draw with parameters of type BufferedImageContainer Modifier and Type Method Description protected String
AbstractDrawOperation. check(BufferedImageContainer image)
Checks the image.protected String
AnnotationsAndPredictions. check(BufferedImageContainer image)
Checks the image.protected String
FloodFill. check(BufferedImageContainer image)
Checks the image.protected String
Image. check(BufferedImageContainer image)
Checks the image.protected String
Line. check(BufferedImageContainer image)
Checks the image.protected String
Oval. check(BufferedImageContainer image)
Checks the image.protected String
Pixel. check(BufferedImageContainer image)
Checks the image.protected String
Rectangle. check(BufferedImageContainer image)
Checks the image.protected String
Text. check(BufferedImageContainer image)
Checks the image.protected String
AbstractDrawObjectsFromReport. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected abstract String
AbstractDrawObjectsFromReport. doDraw(BufferedImageContainer image, List<Polygon> locations)
Performs the actual drawing of the objects.protected abstract String
AbstractDrawOperation. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
AnnotationsAndPredictions. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
Barcode. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
FloodFill. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
Image. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
Line. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
ObjectAnnotationsFromReport. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
ObjectCentersFromReport. doDraw(BufferedImageContainer image, List<Polygon> locations)
Performs the actual drawing of the objects.protected String
ObjectLocationsFromReport. doDraw(BufferedImageContainer image, List<Polygon> locations)
Performs the actual drawing of the objects.protected String
Oval. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
Pixel. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
Rectangle. doDraw(BufferedImageContainer image)
Performs the actual draw operation.protected String
Text. doDraw(BufferedImageContainer image)
Performs the actual draw operation.String
AbstractDrawOperation. draw(BufferedImageContainer image)
Performs the draw operation on the image. -
Uses of BufferedImageContainer in adams.gui.tools.previewbrowser
Methods in adams.gui.tools.previewbrowser that return BufferedImageContainer Modifier and Type Method Description protected BufferedImageContainer
AnnotateImage. loadContainer(File file)
Reads the image and any associated report.
-