# CameraCal **Repository Path**: guyi2000/CameraCal ## Basic Information - **Project Name**: CameraCal - **Description**: 基于 CV 的装配式建筑预制构件安装辅助方案研究 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-02 - **Last Updated**: 2024-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: OpenCV, Cpp ## 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.