Registry / other / boofcv-geo

boofcv-geo

JSON →
library1.3.0javamavenunverified

Geometric computer vision module of BoofCV, providing algorithms for camera calibration, 3D reconstruction, and more.

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

CalibrationPlanarGrid
boofcv.geo.calibration.CalibrationPlanarGrid

Creates a planar grid calibration object for camera calibration.

import boofcv.geo.calibration.CalibrationPlanarGrid; import boofcv.struct.image.GrayF32; public class Example { public static void main(String[] args) { CalibrationPlanarGrid<GrayF32> calibrator = new CalibrationPlanarGrid<>(GrayF32.class); System.out.println("Calibrator created"); } }
Debug
Known issues
gotchaBoofCV Geo module requires other BoofCV modules (e.g., boofcv-core) for full functionality.
fix
Add boofcv-core as a dependency.
affects: >=1.0.0
Upgrade
Version history
1.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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