Skip to content

imuncle/TStoneCalibration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6ff32bf · Oct 21, 2021

History

25 Commits
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Sep 7, 2020
Aug 19, 2020
Aug 19, 2020
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021
Oct 21, 2021

Repository files navigation

TStoneCalibration

计算机视觉标定工具箱

计算机视觉标定工具箱项目由香港中文大学天石机器人研究所嵌入式AI组发起,目标是做一款可以满足各种视觉设备标定的工具箱。

目前已开发的标定工具有:

  • 光学相机内参标定工具

编译

项目基于QtOpenCV 4,在Ubuntu 20.04下开发。

  • 安装Qt
sudo apt-get install qt5-default
  • 安装OpenCV 4
sudo apt-get install libopencv-core4.2

也可以使用OpenCV 3,里面有一些OpenCV的宏定义需要修改一下。

  • 编译
mkdir build
cd build
cmake ..
make

下载

Release页面有最新的Windows程序下载。