登录
首页 » QT » Qt-ImageProcess

Qt-ImageProcess

于 2014-05-09 发布 文件大小:13196KB
0 194
下载积分: 1 下载次数: 130

代码说明:

  利用Qt编写的简易图像处理程序,包括图像的边缘检测、放大缩小和几个常用的处理功能。(QT image processing procedures, including edge detection, zoom and several common processing functions.)

文件列表:

ImageProcess_code
.................\ImageProcess_code
.................\.................\debug
.................\.................\.....\appICO_res.o,17238,2012-06-15
.................\.................\.....\bitMapInfo.o,138603,2012-06-14
.................\.................\.....\ImageProcess.o,209652,2012-06-15
.................\.................\.....\ImageProcess_code.exe,146432,2014-05-09
.................\.................\.....\ImageProcess_code.ilk,872984,2014-05-09
.................\.................\.....\ImageProcess_code.pdb,1477632,2014-05-09
.................\.................\.....\main.o,202116,2012-06-15
.................\.................\.....\MainWindow.o,394120,2012-06-24
.................\.................\.....\moc_MainWindow.o,203510,2012-06-15
.................\.................\.....\qrc_res.o,26663,2012-06-15
.................\.................\GeneratedFiles
.................\.................\..............\Debug
.................\.................\..............\.....\moc_MainWindow.cpp,4370,2014-05-09
.................\.................\..............\qrc_res.cpp,155862,2014-05-09
.................\.................\..............\Release
.................\.................\ImageProcess
.................\.................\............\ImageProcess.cpp,8623,2012-06-15
.................\.................\............\ImageProcess.h,1267,2012-06-15
.................\.................\ImageProcess_code.pro,648,2012-06-14
.................\.................\ImageProcess_code.pro.user,14424,2012-06-24
.................\.................\ImageProcess_code.sdf,22564864,2014-05-09
.................\.................\ImageProcess_code.suo,4096,2014-05-09
.................\.................\ImageProcess_code.vcxproj,16970,2014-05-09
.................\.................\ImageProcess_code.vcxproj.filters,4453,2014-05-09
.................\.................\ImageProcess_code.vcxproj.user,575,2014-05-09
.................\.................\ipch
.................\.................\....\imageprocess_code-899e68c0
.................\.................\....\..........................\imageprocess_code-a044ecb7.ipch,45285376,2014-05-09
.................\.................\MainFram
.................\.................\........\appICO.rc,67,2012-06-12
.................\.................\........\main.cpp,507,2012-06-14
.................\.................\........\MainWindow.cpp,11375,2012-06-24
.................\.................\........\MainWindow.h,2702,2012-06-14
.................\.................\........\res
.................\.................\........\...\new.png




.................\.................\........\...\rotate90.png,1353,2010-06-23
.................\.................\........\...\save.png,1022,2009-04-22
.................\.................\........\...\undo.png,1768,2009-04-22
.................\.................\........\...\zoomin.png,1622,2009-04-22
.................\.................\........\...\zoomout.png,1601,2009-04-22
.................\.................\........\res.qrc,413,2012-06-12
.................\.................\Makefile,6695,2012-06-15
.................\.................\Makefile.Debug,7327,2012-06-15
.................\.................\Makefile.Release,7442,2012-06-15
.................\.................\TestImage




.................\.................\Win32
.................\.................\.....\Debug
.................\.................\.....\.....\appICO.res,17068,2014-05-09
.................\.................\.....\.....\CL.read.1.tlog,128930,2014-05-09
.................\.................\.....\.....\CL.write.1.tlog,3578,2014-05-09
.................\.................\.....\.....\custombuild.read.1.tlog,2238,2014-05-09
.................\.................\.....\.....\custombuild.write.1.tlog,762,2014-05-09
.................\.................\.....\.....\ImageProcess.obj,70668,2014-05-09
.................\.................\.....\.....\ImageProcess_code.exe.intermediate.manifest,638,2014-05-09
.................\.................\.....\.....\ImageProcess_code.lastbuildstate,94,2014-05-09
.................\.................\.....\.....\ImageProcess_code.log,1400,2014-05-09
.................\.................\.....\.....\link-cvtres.read.1.tlog,2,2014-05-09
.................\.................\.....\.....\link-cvtres.write.1.tlog,2,2014-05-09
.................\.................\.....\.....\link.read.1.tlog,4876,2014-05-09
.................\.................\.....\.....\link.write.1.tlog,1944,2014-05-09
.................\.................\.....\.....\main.obj,77521,2014-05-09
.................\.................\.....\.....\MainWindow.obj,186430,2014-05-09
.................\.................\.....\.....\moc_MainWindow.obj,80938,2014-05-09
.................\.................\.....\.....\mt.read.1.tlog,904,2014-05-09
.................\.................\.....\.....\mt.write.1.tlog,444,2014-05-09
.................\.................\.....\.....\qrc_res.obj,50097,2014-05-09
.................\.................\.....\.....\rc.read.1.tlog,354,2014-05-09
.................\.................\.....\.....\rc.write.1.tlog,360,2014-05-09
.................\.................\.....\.....\vc100.pdb,1003520,2014-05-09

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

发表评论

0 个回复

  • PinholeModel
    针孔模型中单应矩阵的求解 mian函数,测试单应矩阵计算的算法,程序流程如下 1、 读入两个图像。 2、读入4组对应点。 3、调用CalcH函数计算H矩阵。 4、在第一幅图中用鼠标选择一点。 5、调用WarpH函数计算在第二幅图中的对应的。 6、显示结果.(Pinhole model for solving the homography mian functions, test homography computation algorithm, program flow is as follows 1, read the two images. 2, 4 reads the corresponding points. 3, call CalcH function to calculate the H matrix. 4, in the first picture using the mouse to select it. 5, call WarpH function calculation in the second picture in the corresponding. 6 displays the results. )
    2011-01-25 19:50:23下载
    积分:1
  • multiotsu
    otsu s multilevel thresholding method
    2008-04-14 22:24:24下载
    积分:1
  • RGB2Gray-C6748DSP
    将RGB格式的图像转换为灰度模式。 使用TI C6748 DSP 在CCS5.5下运行(convert RGB image to grey code. use in C6748DSP. written under CCS5.5. )
    2020-06-29 11:00:02下载
    积分:1
  • mypgm
    Library for Otsu Method in image segmentation
    2013-03-06 01:22:57下载
    积分:1
  • figure5_25
    图像剧烈湍流模糊,数字图像处理(第二版)第五章例题5.25的实现程序(Severe turbulence fuzzy image, digital image processing (second edition), Chapter V, Example 5.25, to achieve program)
    2012-05-16 21:33:00下载
    积分:1
  • ImageFusion
    图像融合的各种方法,包括IHS变换,PCA变换,小波变换等等(Various methods of image fusion, including IHS transform, PCA transform, wavelet transform, etc.)
    2014-03-17 11:48:44下载
    积分:1
  • xinhaochuli
    近期成果,与大家分享:奇异值分解、小波降噪、zoom细化 谱峭度 和滤波器设计,共勉(Recent achievements to share with you: singular value decomposition, wavelet noise reduction, zoom refined spectral kurtosis and filter design, encouragement)
    2013-10-10 10:26:51下载
    积分:1
  • OpenCVexe_02
    读取一个文件夹中的任意数量图片,并对读入图片进行尺寸调整、灰度化处理、直方图均衡化处理,并显示图片(Read number of images from a folder, and adjust the size,do gray processing, histogram equalization processing with the pictures , and display pictures.)
    2013-12-15 10:58:10下载
    积分:1
  • bang_ww55
    采用了小波去噪的思想,已经调试成功.内含m文件,可直接运行,用于建立主成分分析模型。( Using wavelet denoising thought, Has been successful debugging. M contains files can be directly run, Principal component analysis model for establishing.)
    2017-03-25 13:43:45下载
    积分:1
  • automotive-style-recognition
    车型识别,根据surf算法特征匹配实现大型车、小型车的识别。(automotive style recognition)
    2020-07-01 02:20:02下载
    积分:1
  • 696518资源总数
  • 105547会员总数
  • 4今日下载