# wxWidgets-practice **Repository Path**: CIBEAR/wxWidgets-practice ## Basic Information - **Project Name**: wxWidgets-practice - **Description**: wxWidgets+wxFormBuilder+OpenCV - **Primary Language**: C++ - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2022-06-01 - **Last Updated**: 2022-06-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # wxWidgets-practice wxWidgets+wxFormBuilder+OpenCV ## 测试环境 * wxWidgets 3.0.3 * wxFormBuilder 3.5.1 * OpenCV 3.3 * Visual Studio 2015 Community ## 文件结构说明 * common 存放所有例程共用的函数文件 * img 存放测试图片 * result存放测试结果图片 * ForTest存放尚未完善的测试代码 * 其余的文件夹为单独的例程代码(包含代码与fpb文件) ## 例程目录 * #### calcSquare 计算平方数  * #### cameraTest 摄像头测试  * #### findContours 查找图片轮廓  * #### openPic 打开图片测试  * #### openBigPic 打开大尺寸图片测试(滚动窗口)  * #### picAdaption 图像铺满窗口与自适应窗口  * #### serialTest 串口测试  * #### cvThread OpenCV多线程测试  * #### wxMathPlot MathPlot二维图形显示测试