Skip to content

Commit cbfffb4

Browse files
committed
Update ReadMe.
1 parent 86bdf31 commit cbfffb4

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

ReadMe.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,18 @@
22

33
![CaliBoyIcon](https://github.com/CheckBoxStudio/CaliBoy/blob/master/Caliboy/Resources/icon.png)
44

5-
[Document](http://htmlpreview.github.io/?https://github.com/CheckBoxStudio/CaliBoy/blob/master/Caliboy/Doc/html/home.html)
5+
CaliBoy is a re-implementation of [Camera Calibration Toolbox for Matlab](http://www.vision.caltech.edu/bouguetj/calib_doc/) in C++ with [OpenCV](https://opencv.org/) and [Qt](https://www.qt.io/), which offers more friendly interaction.
6+
7+
Principles and operation details please see our online [documentation](https://checkboxstudio.github.io/CaliBoy/).
8+
9+
## Requirements
10+
11+
+ [OpenCV](https://opencv.org/) (our version is 2.4.4)
12+
+ [Qt](https://www.qt.io/) (our version is msvc2015_5.6.1)
13+
+ [Eigen](http://eigen.tuxfamily.org/index.php?title=Main_Page) (embeded)
14+
+ [QCustomPlot](http://www.qcustomplot.com/) (embedded)
15+
16+
> **Note:** the Qt web viewer is embedded to see our online documentation directly in CaliBoy, however the implementation of the web viewer might vary with Qt versions. For example, Qt 5.6.1 uses class `QWebEngineView` in `WebEngineWidgets` module, while Qt 5.4.1 uses class `QWebView` in `WebKitWidgets` module.
17+
18+
---
19+
By [WeiQM](https://weiquanmao.github.io/) at D409.IPC.BUAA.

0 commit comments

Comments
 (0)