# KvImage **Repository Path**: whuls/KvImage ## Basic Information - **Project Name**: KvImage - **Description**: Image viewer by VS & Qt & OpenCV 练手程序 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-21 - **Last Updated**: 2022-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # KvImage - Image viewer by VS & Qt & OpenCV It's a simple image viewer based on VS2019(v142), OpenCV 3.1.0 and Qt5.12.9. You can open an image, then make some operation such as zooming, dragging, etc. ![KvImage-v3.0.gif](./docs/images/KvImage-v3.0.gif) # Dependencies - VS2019 - OpenCV 3.1.0 - Qt 5.12.9 - VS Qt Plugin 2.4.3 # Package Qt Project to Executable Wrap Package by `windeployqt.exe` ```shell # /windeployqt.exe <***.exe> D:/Qt/Qt5.12.9/5.12.9/msvc2017/bin/windeployqt.exe KvImage.exe ``` # Developer notes v1.0 v2.0 v3.0 # Contributors [Kevin Lin](https://github.com/whuls): hayzlsls@163.com