# PicGridSplit **Repository Path**: speauty/PicGridSplit ## Basic Information - **Project Name**: PicGridSplit - **Description**: 九宫格图片切割 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-05 - **Last Updated**: 2022-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 图片切割器-九宫格 需要注意, OpenCV的Debug和Release是不一样的. 所以当前程序在Debug需要手动设置OpenCV的Debug类库, 切换为Release, 也是同样的操作. 依赖类库 dumpbin /dependents PicGridSplit.exe opencv_core454.dll opencv_highgui454.dll opencv_imgcodecs454.dll KERNEL32.dll MSVCP140.dll VCRUNTIME140_1.dll VCRUNTIME140.dll api-ms-win-crt-runtime-l1-1-0.dll api-ms-win-crt-heap-l1-1-0.dll api-ms-win-crt-filesystem-l1-1-0.dll api-ms-win-crt-convert-l1-1-0.dll api-ms-win-crt-math-l1-1-0.dll api-ms-win-crt-stdio-l1-1-0.dll api-ms-win-crt-locale-l1-1-0.dll