https://github.com/guyi2000/cameracal
基于 CV 的装配式建筑预制构件安装辅助方案研究
https://github.com/guyi2000/cameracal
cpp opencv
Last synced: about 2 months ago
JSON representation
基于 CV 的装配式建筑预制构件安装辅助方案研究
- Host: GitHub
- URL: https://github.com/guyi2000/cameracal
- Owner: guyi2000
- License: mit
- Created: 2024-06-02T08:14:45.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-02T08:19:01.000Z (about 2 years ago)
- Last Synced: 2025-03-25T10:44:45.441Z (about 1 year ago)
- Topics: cpp, opencv
- Language: C++
- Homepage:
- Size: 427 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.