mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
[backend] Camera calibration (#10)
* Fleshed out pipeline * Fixed pipeline empty mat * Remove orig pipeline * Remove gradle changes * Added docs * [Server] Camera Calibration * [Server] Camera Calibration * [Server] Camera Calibration * [Server] Camera Calibration w/ PerViewErrors * [Server] Camera Calibration w/ PerViewErrors * [Server] Camera Calibration w/ PerViewErrors * [Server] Camera Calibration w/ PerViewErrors * [Server] Camera Calibration * [Server] Camera Calibration * [Server] Added logging to Camera Calibration
This commit is contained in:
@@ -161,6 +161,10 @@ public class TestUtils {
|
||||
return getPowercellPath().resolve(image.path);
|
||||
}
|
||||
|
||||
public static Path getDotBoardImagesPath() {
|
||||
return getResourcesFolderPath().resolve("calibrationBoardImages");
|
||||
}
|
||||
|
||||
public static void loadLibraries() {
|
||||
try {
|
||||
CameraServerCvJNI.forceLoad();
|
||||
|
||||
Reference in New Issue
Block a user