Skip to content
Snippets Groups Projects
Select Git revision
  • master protected
  • dev default protected
  • arcalibration/0.7.0
  • arcalibration/0.5.1
  • arcalibration/0.5.0
  • arcalibration/0.3.1
6 results

ARCalibration

  • Open with
  • Download source code
  • Your workspaces

      A workspace is a virtual sandbox environment for your code in GitLab.

      No agents available to create workspaces. Please consult Workspaces documentation for troubleshooting.

  • ARCalibration

    Description

    This repository contains the source code necessary to build ARCalibration applications as git submodules.

    Build instructions

    Generic instructions for fw4spl applications can be found here:

    To setup this specific repository you can adapt the following cmake command:

    cmake -G "Ninja" -DCMAKE_BUILD_TYPE:STRING="Release" -DBUILD_TESTS:BOOL=OFF -DPROJECTS_TO_BUILD:STRING="ARCalibration;charucoBoard" -DCMAKE_INSTALL_PREFIX:PATH=/path/to/ARCalibration/install/$DIR -DEXTERNAL_LIBRARIES:PATH=/path/to/sight-deps/install/$DIR /path/to/ARCalibration/sight