登录
首页 » Visual C++ » VCPP-image-processing-chapter04

VCPP-image-processing-chapter04

于 2016-04-16 发布 文件大小:7985KB
0 303
下载积分: 1 下载次数: 3

代码说明:

  VisualC++数字图像处理技术详解第2版光盘-第四章(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter Four)

文件列表:

第04章
......\ColorEnhanceDib.cpp,1816,2013-04-08
......\ColorEnhanceDib.h,600,2013-04-08
......\Debug
......\.....\CL.read.1.tlog,91840,2013-04-08
......\.....\CL.write.1.tlog,11476,2013-04-08
......\.....\ColorEnhanceDib.obj,5644,2013-04-08
......\.....\Dib.obj,33598,2013-04-08
......\.....\FrequencyFilterDib.obj,15572,2013-04-08
......\.....\GrayTransformDib.obj,11176,2013-04-08
......\.....\HistogramDib.obj,13036,2013-04-08
......\.....\link-cvtres.read.1.tlog,2,2013-04-08
......\.....\link-cvtres.write.1.tlog,2,2013-04-08
......\.....\link.read.1.tlog,17628,2013-04-08
......\.....\link.write.1.tlog,4910,2013-04-08
......\.....\MainFrm.obj,34455,2013-04-08
......\.....\mt.read.1.tlog,1900,2013-04-08
......\.....\mt.write.1.tlog,422,2013-04-08
......\.....\PhotoProcess.exe,200704,2013-04-08
......\.....\PhotoProcess.exe.embed.manifest,667,2013-04-08
......\.....\PhotoProcess.exe.embed.manifest.res,732,2013-04-08
......\.....\PhotoProcess.exe.intermediate.manifest,381,2013-04-08
......\.....\PhotoProcess.ilk,1636640,2013-04-08
......\.....\PhotoProcess.lastbuildstate,58,2013-04-08
......\.....\PhotoProcess.log,108,2013-04-08
......\.....\PhotoProcess.obj,43180,2013-04-08
......\.....\PhotoProcess.pch,17301504,2013-04-08
......\.....\PhotoProcess.pdb,3836928,2013-04-08
......\.....\PhotoProcess.res,28616,2013-04-08
......\.....\PhotoProcessDoc.obj,53820,2013-04-08
......\.....\PhotoProcessView.obj,88788,2013-04-08
......\.....\PhotoProcess_manifest.rc,214,2013-04-08
......\.....\rc.read.1.tlog,9444,2013-04-08
......\.....\rc.write.1.tlog,1174,2013-04-08
......\.....\SharpenProcessDib.obj,13698,2013-04-08
......\.....\SmoothProcessDib.obj,18583,2013-04-08
......\.....\stdafx.obj,389452,2013-04-08
......\.....\vc100.idb,1477632,2013-04-08
......\.....\vc100.pdb,1863680,2013-04-08
......\Dib.cpp,21130,2013-04-08
......\Dib.h,2443,2013-04-08
......\FrequencyFilterDib.cpp,7272,2013-04-08
......\FrequencyFilterDib.h,825,2013-04-08
......\GrayTransformDib.cpp,6651,2013-04-08
......\GrayTransformDib.h,869,2013-04-08
......\HistogramDib.cpp,6920,2013-04-08
......\HistogramDib.h,811,2013-04-08

......\MainFrm.cpp,1802,2013-04-08
......\MainFrm.h,655,2013-04-08
......\PhotoProcess.aps,69280,2013-04-08
......\PhotoProcess.cpp,2970,2013-04-08
......\PhotoProcess.exe,229376,2013-04-08
......\PhotoProcess.h,508,2013-04-08
......\PhotoProcess.rc,12671,2013-04-08
......\PhotoProcess.sln,890,2013-04-08
......\PhotoProcess.vcproj,6895,2013-04-08
......\PhotoProcess.vcxproj,8644,2013-04-08
......\PhotoProcess.vcxproj.filters,3837,2013-04-08
......\PhotoProcess.vcxproj.user,143,2013-04-08
......\PhotoProcessDoc.cpp,1128,2013-04-08
......\PhotoProcessDoc.h,582,2013-04-08
......\PhotoProcessView.cpp,21871,2013-04-08
......\PhotoProcessView.h,2009,2013-04-08
......\ReadMe.txt,3221,2013-04-08
......\res

......\...\PhotoProcess.rc2,368,2013-04-08


......\Resource.h,2235,2013-04-08
......\SharpenProcessDib.cpp,5472,2013-04-08
......\SharpenProcessDib.h,832,2013-04-08
......\SmoothProcessDib.cpp,12810,2013-04-08
......\SmoothProcessDib.h,866,2013-04-08
......\stdafx.cpp,143,2013-04-08
......\stdafx.h,1590,2013-04-08

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

发表评论

0 个回复

  • vcphotoboth
    VC++处理图像模糊或柔化的效果示例源程序,类似Photoshop中的图像高斯模糊效果,每点击一次鼠标右键,程序为模糊一次,直到你满意为止。注意程序仅实现了模糊的功能,其它功能比如程序优化和效率方面的考虑还比较少,因此程序运行速度方面可能会欠缺一些(VC++ deal with image blur or soften the effect of sample source code, similar to Photoshop' s image Gaussian Blur effect, each click the right mouse button, the procedures for fuzzy time until you are satisfied. Note that the program is only vague functions, other functions such as process optimization and efficiency considerations is still relatively small, the speed of the program is running may lack some of the)
    2012-06-25 15:06:57下载
    积分:1
  • ex26aview1
    基于最小二乘法的相位解缠VC++算法 (least squares method based on the VC Phase Unwrapping Algorithms)
    2020-06-28 19:00:01下载
    积分:1
  • lab2
    This program draws an image from a bmp file
    2014-05-26 21:59:34下载
    积分:1
  • ImageProcess
    实现bmp图像读入和写出,彩色图像灰度化,直方图均衡化(Implement bmp image read and write, color image graying, histogram equalization)
    2015-11-02 19:26:29下载
    积分:1
  • lowpass
    实现巴特沃斯低通滤波器的小程序,大家看看能不能参考一下。(Butterworth low-pass filter program, see if you can refer to.)
    2012-05-05 11:45:23下载
    积分:1
  • domin
    这是一款适用于初学者的应用程序,它可以帮助我们处理图形图像(This is a beginner for the application, it can help us to deal with graphic images)
    2009-05-14 09:05:23下载
    积分:1
  • TCPView_second
    This is a Scaling function definition Image cutoff ratio for H = 3
    2015-08-06 21:31:01下载
    积分:1
  • uCSourceCodefn
    Unix系统下,小波包变换的实现源码实例,,当然,稍作改动也可用于windows系统下。 (Unix systems, the instance of the wavelet packet transform source, of course, some minor changes can also be used in the windows system.)
    2012-07-25 06:25:54下载
    积分:1
  • SIFT
    提取SIFT特征,进行特征提取和匹配,包括特征点的定位,特征点描述子的生成,特征点的匹配,(extract SIFT feature,and feature matching)
    2020-12-10 10:49:21下载
    积分:1
  • pca-sift
    pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行(pca-sift algorithm, using vc2008 development environment to develop, operate independently)
    2010-05-17 09:46:17下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载