An open API service indexing awesome lists of open source software.

https://github.com/guyi2000/cameracal

基于 CV 的装配式建筑预制构件安装辅助方案研究
https://github.com/guyi2000/cameracal

cpp opencv

Last synced: about 2 months ago
JSON representation

基于 CV 的装配式建筑预制构件安装辅助方案研究

Awesome Lists containing this project

README

          

# Camera Cal

## Usage

- `OpenCV` **MUST** be installed (Environment `OpenCV_DIR` must be set before.)
- Just run shell below

### Windows

```shell
cd .
mkdir build && cd build
cmake ..
msbuild CameraCal.sln /p:Configuration=Release -m
```

### Linux

```shell
cd .
mkdir build && cd build
cmake ..
make -j8
```

- Then in `bin` directory, you can found the `exe` programs.