# ImageLab **Repository Path**: silei862/ImageLab ## Basic Information - **Project Name**: ImageLab - **Description**: wxWidgets和OpenCV的整合性测试程序 - **Primary Language**: C++ - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-01-30 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ImageLab 整合OpenCv与wxWidgets尝试性小测试 ### 1. 需要的支持库与版本 * OpenCV 3.1.0 * wxWidgets 3.1.0 ### 2. 编译步骤 * Linux ```bash mkdir build cd build cmake /path/to/ImageLab make ``` * Linux下MinGW32交叉编译环境 ```bash mkdir build cd build cmake -DCMAKE_TOOLCHAIN_FILE=/path/to/toolchain/file /path/to/ImageLab make ``` ### 3. 运行 ```bash build/gui/imaglab ```