Giter Site home page Giter Site logo

nowayhere1 / qtcreator_image Goto Github PK

View Code? Open in Web Editor NEW

This project forked from luumod/simpleips

0.0 0.0 0.0 18.55 MB

Simple image processing software made with OpenCV and Qt6.2.4

Home Page: https://www.helloylh.com

C++ 88.70% C 2.53% CSS 7.24% CMake 1.52%

qtcreator_image's Introduction

简易版图片加工软件

基于 opencv + Qt6.2.4 来完成的。

主要是为了巩固 Qt 与学习 OpenCV 来做的这个软件。

点击下载此程序来体验

一个简单的体验版本

目前进度

  • 图像基础操作
  • 图像模糊操作
  • 图像阈值化操作
  • 图像形态学操作
  • 图像连通块分析
  • 图像轮廓检测
  • 图像直方图操作

项目特色

  • 功能齐全,基本涵盖了上述的所有操作
  • 可视化操作,基于QSlider或者QComboBox,允许用户可以随时指定不同参数的不同数值,以便更好的观察某个操作的具体效果。
  • 混合加工模式,允许对同一张图片执行可控制,可视化的混合操作(具体行为因人而异)。

项目demo

视频演示地址:

使用opencv+Qt 自制的简易版图片处理软件

CMake版本

我使用的是VS2022配置的qt与opnecv环境,需要配置的内容如下:

  1. 配置好Qt6的环境变量。image
  2. 配置好OpenCV的环境变量。image
  3. CMakeLists文件中,设置你的OpenCV的安装路径。
  4. 删除CMakeLists的倒数后六行(如果你没有安装的话)
  5. 重新配置CMakeLists文件

qmake版本

请查阅branch qmake 可以直接在QtCreator上运行。

待解决bug

  • 在create_GUIAdvancedLight中对滑块设置位置无效,但是setValue值有效,因此引入了两个滑块分别控制亮度升高和降低。
  • 图像的掩膜操作的Kernel的设置。
  • 在打开工作区的时候,QScrollArea的处理有点太过于复杂,包括work_cutImage函数。

联系作者

QQ: 1173012900

邮箱:

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.