Uses of Interface
adams.data.io.output.ImageWriter
-
Packages that use ImageWriter Package Description adams.data.io.input adams.data.io.output adams.flow.sink adams.gui.chooser adams.gui.visualization.image -
-
Uses of ImageWriter in adams.data.io.input
Methods in adams.data.io.input that return ImageWriter Modifier and Type Method Description abstract ImageWriterAbstractImageReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageWriterApacheCommonsImageReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageWriterBoofCVImageReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageWriterImageReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageWriterJAIImageReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageWriterOpenCVImageReader. getCorrespondingWriter()Returns, if available, the corresponding writer.ImageWriterPNGImageReader. getCorrespondingWriter()Returns, if available, the corresponding writer. -
Uses of ImageWriter in adams.data.io.output
Subinterfaces of ImageWriter in adams.data.io.output Modifier and Type Interface Description interfaceOutputStreamImageWriter<T extends AbstractImageContainer>Interface for image writers that can write to output streams.Classes in adams.data.io.output that implement ImageWriter Modifier and Type Class Description classAbstractImageWriter<T extends AbstractImageContainer>Ancestor for image writers.classApacheCommonsImageWriterApache Commons Imaging image writer for: bmp, gif, ico, pbm, pgm, png, pnm, ppm, tif, tiff
classBoofCVImageWriterBoofCV image writer for: bmp, gif, jpeg, jpg, pgm, png, ppm, wbmp
For more information see:
http://boofcv.org/
classGrayOrIndexedImageWriterChanges the unique colors to the ones specified by the color provider.
Useful for generating human-viewable images from image segmentation annotations.
Uses adams.data.io.output.ApacheCommonsImageWriter for performing the actual writing after the conversion.
See also:
adams.data.io.output.ApacheCommonsImageWriter
classJAIExplicitImageWriterJava Advanced Imaging (JAI) image writer using explicit image type writers.classJAIImageWriterJava Advanced Imaging (JAI) image writer for: bmp, jpg, jpeg, wbmp, png, gif
classOpenCVImageWriterWrites images using OpenCV. -
Uses of ImageWriter in adams.flow.sink
Fields in adams.flow.sink declared as ImageWriter Modifier and Type Field Description protected ImageWriterImageFileWriter. m_Writerthe writer to use.protected ImageWriterJFreeChartFileWriter. m_Writerthe image writer to use.protected ImageWriterXChartFileWriter. m_Writerthe image writer to use.Methods in adams.flow.sink that return ImageWriter Modifier and Type Method Description ImageWriterImageFileWriter. getWriter()Returns the writer to use.ImageWriterJFreeChartFileWriter. getWriter()Returns the image writer.ImageWriterXChartFileWriter. getWriter()Returns the image writer.Methods in adams.flow.sink with parameters of type ImageWriter Modifier and Type Method Description voidImageFileWriter. setWriter(ImageWriter value)Sets the writer to use.voidJFreeChartFileWriter. setWriter(ImageWriter value)Sets the image writer.voidXChartFileWriter. setWriter(ImageWriter value)Sets the image writer. -
Uses of ImageWriter in adams.gui.chooser
Methods in adams.gui.chooser that return ImageWriter Modifier and Type Method Description protected ImageWriterImageFileChooser. getDefaultWriter()Returns the default writer.ImageWriterImageFileChooser. getImageWriter()Returns the current image writer.ImageWriterImageFileChooser. getWriterForFile(File file)Returns the writer for the specified file.static ImageWriterImageFileChooser. writerForFile(File file)Returns the writer for the specified file. -
Uses of ImageWriter in adams.gui.visualization.image
Methods in adams.gui.visualization.image with parameters of type ImageWriter Modifier and Type Method Description booleanImagePanel. save(File file, ImageWriter<AbstractImageContainer> writer)Writes the current image to the given file.
-