Registry / other / boofcv-types

boofcv-types

JSON →
library1.3.0javamavenunverified

Core data types and image structures for the BoofCV real-time computer vision library.

<dependency> <groupId>org.boofcv</groupId> <artifactId>boofcv-types</artifactId> <version>1.3.0</version> </dependency>
INSTALL
IMPORT
SIG · BOOFCV-TYPES
B
boofcv-types
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.

GrayU8
boofcv.struct.image.GrayU8

Creates a grayscale 8-bit image of specified dimensions.

import boofcv.struct.image.GrayU8; public class Example { public static void main(String[] args) { GrayU8 image = new GrayU8(100, 200); System.out.println("Image width: " + image.width); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Meta
1
OpenAI (training)
1
Resources
boofcv-types — mvn dependency:get boofcv-types · libregistry