Registry / other / boofcv-io

boofcv-io

JSON →
library1.3.0javamavenunverified

Input/output module for BoofCV, a real-time computer vision library, handling image loading and saving.

<dependency> <groupId>org.boofcv</groupId> <artifactId>boofcv-io</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · BOOFCV-IO
B
boofcv-io
otherjavav1.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

UtilImageIO
boofcv.io.image.UtilImageIO

Loads an image from disk using BoofCV's IO utilities.

import boofcv.io.image.UtilImageIO; import java.awt.image.BufferedImage; public class Example { public static void main(String[] args) { BufferedImage image = UtilImageIO.loadImage("path/to/image.jpg"); System.out.println(image.getWidth()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
8
Meta
1
OpenAI (training)
1
Resources
boofcv-io — mvn dependency:get boofcv-io · libregistry