登录
首页 » QT » ex02basicOPeration

ex02basicOPeration

于 2020-05-27 发布
0 166
下载积分: 1 下载次数: 1

代码说明:

说明:  02图像基本运算 图像的加减、点运算等(02 image basic operations)

文件列表:

ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\.qmake.stash, 1023 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug\exo2basicPeration.exe, 3159562 , 2020-03-09
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug\imageconversion.o, 900414 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug\main.o, 920990 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug\mainwindow.o, 1147284 , 2020-03-09
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug\moc_mainwindow.cpp, 4811 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug\moc_mainwindow.o, 842706 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug\moc_predefs.h, 9895 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\Makefile, 32262 , 2020-03-09
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\Makefile.Debug, 95276 , 2020-03-09
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\Makefile.Release, 95366 , 2020-03-09
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\ui_mainwindow.h, 13471 , 2020-02-17
ex02basicOPeration\ex02图像基本运算应用程序界面和主要代码.docx, 130016 , 2020-02-28
ex02basicOPeration\exo2basicPeration\exo2basicPeration.pro, 1148 , 2020-02-17
ex02basicOPeration\exo2basicPeration\exo2basicPeration.pro.user, 24073 , 2020-05-11
ex02basicOPeration\exo2basicPeration\imageconversion.cpp, 3956 , 2020-02-07
ex02basicOPeration\exo2basicPeration\imageconversion.h, 692 , 2020-02-16
ex02basicOPeration\exo2basicPeration\main.cpp, 255 , 2020-02-17
ex02basicOPeration\exo2basicPeration\mainwindow.cpp, 9730 , 2020-03-09
ex02basicOPeration\exo2basicPeration\mainwindow.h, 1447 , 2020-02-17
ex02basicOPeration\exo2basicPeration\mainwindow.h.autosave, 1447 , 2020-05-11
ex02basicOPeration\exo2basicPeration\mainwindow.ui, 8768 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\debug, 0 , 2020-03-09
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug\release, 0 , 2020-02-17
ex02basicOPeration\build-exo2basicPeration-Desktop_Qt_5_9_1_MinGW_32bit-Debug, 0 , 2020-02-17
ex02basicOPeration\exo2basicPeration, 0 , 2020-05-11
ex02basicOPeration, 0 , 2020-05-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Qt界面中结合OpenCV调用海康威视摄像头
    在Qt界面下,结合opencv调用海康威视摄像头用于摄像头实时显示,并实现控制功能,控制摄像头的方向能够上下左右旋转
    2022-09-02 16:45:20下载
    积分:1
  • connectprocess
    在图像处理过程中,经常会遇到这样一部分图像,图像的整体部分如果人来看的话一眼就能看出,但是它的内部由于有各种小缺口,导致断开了,这样在计算机“眼”里就被认为是断开的,为了使图像达到适应人眼的感觉,需要将这些缺口和断开的口给连接上去,这就需要用到计算机图形学中的连通域处理技术。本文给出一个简单的连通域处理函数,当然这个函数是来自OpenCV著名教程Learning OpenCV中,只不过它的接口是基于c版本的OpenCV,而到目前为止,基于C++接口的OpenCV已经是主流,所以我将其接口改成了c++版的,但是其内部一些代码基本没有动它。(An integral part of the part of the image, the image of people look one can see in image processing, often encounter, but it is the internal cause disconnected due to a variety of small gap, so that the computer " eye " is considered to be disconnected in order to adapt to the human eye feeling image, you need to connect these gaps and disconnect the mouth up, which requires domain processing techniques used in computer graphics connectivity. This paper presents a simple connected domain processing function, this function is of course from Learning OpenCV OpenCV famous tutorial, but its interface is based on the c version of OpenCV, and so far OpenCV based on C++ interfaces has been the mainstream, so I interface into a c++ version, but some of its internal code basically did not move it.)
    2021-03-07 22:29:29下载
    积分:1
  • hello
    通过一个非常简单的程序来开始学习QT,了解QT的基本程序框架结构(Through a very simple program to start learning QT, QT understand the basic program framework)
    2015-09-02 16:07:57下载
    积分:1
  • fmulq-fault
    自己编写的粒子滤波的源码,用于故障诊断,是MATLAB语言写的,,(Write your own source of particle filter for fault diagnosis, was written by MATLAB language,,)
    2017-08-14 18:49:05下载
    积分:1
  • Qt操作XML文件
    自己写的Qt程序,实现操作xml文件的功能,可以创建和读取xml文件,增加xml节点,修改xml节点等。
    2022-03-29 21:57:18下载
    积分:1
  • 82492674
    浅析本机API 此文只能说是一篇笔记,是关于本机API的(This article is only a note about the API.)
    2019-05-13 16:27:05下载
    积分:1
  • SVM-image-classification--OpenCV--
    基于SVM与BoW的图片分类的OpenCV实现,从外国网站下载的(SVM-based image classification with BoW OpenCV implementation from foreign website)
    2013-10-25 10:44:42下载
    积分:1
  • bgz
    说明:  QT2实现的不规则按键,主要用到了QT的MASK。( efawefweqeqerqw)
    2010-05-04 17:53:34下载
    积分:1
  • opencv 鱼眼摄像头标定
    为矫正鱼眼摄像机,opencv用棋盘图案对相机进行标定,获取相机的参数,对鱼眼相机图像的畸变进行矫正 
    2023-03-12 14:25:03下载
    积分:1
  • xtt-face-0.0.2
    java 调用人脸识别,进行了封装,请解压内部文件,然后进行反编译jar(java call opencv Call face recognition, encapsulate, decompress internal files, and decompile jar)
    2020-06-23 12:00:02下载
    积分:1
  • 696518资源总数
  • 105958会员总数
  • 18今日下载