Git Product home page Git Product logo

qtps's Introduction

QtPS

QT C++桌面程序,配合openCV实现图像的基本处理,实现画线,画框,画圆等基本ps操作

前置工作(pre-required)

本人未装Visual Studio,没有MSVC编译器,使用的是MinGW环境,openCV Windows build包只提供了MSVC预编译库,未提供MinGW的,因此需要自行编译MinGW版本库

根据此博客编译windows openCV MinGW-w64方法

或者直接下载编译好的版本 OpenCV-MinGW-Build

项目编译

修改CMakeLists.txt文件中 OpenCV_DIR,设置为 OpenCV安装路径,OpenCVConfig.cmake 文件所在目录,一般位于 x64\mingw\lib 下,MSVC版本库位于 x64\vc16\lib

功能列表

  1. 基本图像处理,如灰度化,伽马变换,直方图均衡,空间滤波等
  2. 频域变换 TODO
  3. 绘图功能,如画线,画框,画圆等操作,颜色选择,线条粗细设置
  4. 形态学 腐蚀,膨胀,开,闭 TODO

界面截图

截图1

截图2

截图3

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.