Basics
Guides
API Reference
Basics
Guides
API Reference
[6:14] static extends: object
Static wrappers for BoofCV image and general I/O helpers.
loadImage (string Path)
Loads an image file as a Java BufferedImage.
Path is the image file path.An AussomJavaObject wrapping java.awt.image.BufferedImage, or null when BoofCV cannot load the image.loadImageNotNull (string Path)
Loads an image file as a Java BufferedImage and throws if it cannot be loaded.
Path is the image file path.An AussomJavaObject wrapping java.awt.image.BufferedImage.loadImageGray (string Path, string ImageClassName)
Loads an image file as a BoofCV gray image.
Path is the image file path.ImageClassName is a full gray image class name or one of u8, grayu8, s8, grays8, u16, grayu16, s16, grays16, s32, grays32, s64, grays64, f32, grayf32, f64, or grayf64.The matching Aussom gray image wrapper.saveImage (object Image, string Path)
Saves an image to a file.
Image is a Java BufferedImage, BoofCV ImageBase wrapper, or AussomJavaObject.Path is the output image file path. BoofCV chooses the format from common suffixes such as png, jpg, jpeg, bmp, gif, pgm, and ppm.loadPgmU8 (string Path)
Loads a PGM file as a GrayU8 image.
Path is the PGM file path.A GrayU8 wrapper.savePgm (object GrayU8Image, string Path)
Saves a GrayU8 image as a PGM file.
GrayU8Image is a GrayU8 wrapper or compatible Java object.Path is the output PGM file path.loadPpm (string Path)
Loads a PPM file as a Planar GrayU8 image.
Path is the PPM file path.A Planar wrapper.savePpm (object PlanarImage, string Path)
Saves a Planar GrayU8 image as a PPM file.
PlanarImage is a Planar GrayU8 wrapper or compatible Java object.Path is the output PPM file path.[86:14] static extends: object
Static wrappers for boofcv.io.UtilIO.
pathExample (string Name)
Returns the path to a BoofCV example resource.
Name is the example resource name or relative path.A string path.fileExample (string Name)
Returns the file for a BoofCV example resource.
Name is the example resource name or relative path.An AussomJavaObject wrapping java.io.File.loadConfig (string Path)
Loads a BoofCV YAML configuration file.
Path is the configuration file path.The loaded BoofCV configuration object.
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.