From f4891cf2b3f3cf01744f4b8c7f3cd196bb696b33 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Fri, 17 May 2024 08:12:19 +0000 Subject: [PATCH] [orx-depth-camera-calibrator] Create README.md --- orx-jvm/orx-depth-camera-calibrator/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 orx-jvm/orx-depth-camera-calibrator/README.md diff --git a/orx-jvm/orx-depth-camera-calibrator/README.md b/orx-jvm/orx-depth-camera-calibrator/README.md new file mode 100644 index 00000000..c7c3f6cc --- /dev/null +++ b/orx-jvm/orx-depth-camera-calibrator/README.md @@ -0,0 +1,5 @@ +# orx-depth-camera-calibrator + +Class to help callibrate depth and transformation matrices when using one or more depth cameras. + +See [Kinect1Demo10DepthCameraCalibration.kt](https://github.com/openrndr/orx/blob/master/orx-jvm/orx-kinect-v1-demo/src/main/kotlin/Kinect1Demo10DepthCameraCalibration.kt) for an example.