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

VCPP-image-processing-chapter05

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

代码说明:

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

文件列表:

cdib.cpp,38635,2013-04-08
cdib.h,3645,2013-04-08
ChildFrm.cpp,1542,2013-04-08
ChildFrm.h,1397,2013-04-08
ColorTable.h,65095,2013-04-08
Default.SUP,57,2013-04-08
DIBPrcs.cpp,17030,2013-04-08
FreTrans.cpp,35267,2013-04-08
GlobalApi.h,9422,2013-04-08
ImageProcessing.aps,36480,2013-04-08
ImageProcessing.clw,6152,2013-04-08
ImageProcessing.cpp,4918,2013-04-08
ImageProcessing.h,1342,2013-04-08
ImageProcessing.opt,58880,2013-04-08
ImageProcessing.plg,1930,2013-04-08
ImageProcessing.rc,16949,2013-04-08
ImageProcessingDoc.cpp,4363,2013-04-08
ImageProcessingDoc.h,1643,2013-04-08
ImageProcessingView.cpp,12068,2013-04-08
ImageProcessingView.h,2454,2013-04-08
Images





......\模糊照片.bmp,66616,2013-04-08
ImageView.cpp,4685,2013-04-08
IMBRestore.dsp,5419,2013-04-08
IMBRestore.dsw,550,2013-04-08
IMBRestore.ncb,115712,2013-04-08
IMBRestore.opt,56832,2013-04-08
IMBRestore.plg,259,2013-04-08
IMBRestore.sdf,60837888,2013-04-08
IMBRestore.sln,891,2013-04-08
IMBRestore.vcxproj,8687,2013-04-08
IMBRestore.vcxproj.filters,3574,2013-04-08
IMBRestore.vcxproj.user,143,2013-04-08
IMGRestore.opt,43520,2013-04-08
MainFrm.cpp,2532,2013-04-08
MainFrm.h,1542,2013-04-08
ReadMe.txt,5009,2013-04-08
res

...\ImageProcessing.rc2,407,2013-04-08


resource.h,7461,2013-04-08
restore.cpp,47348,2013-04-08
SegApi.cpp,42670,2013-04-08
StdAfx.cpp,217,2013-04-08
StdAfx.h,1054,2013-04-08

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

发表评论

0 个回复

  • salt-and-pepper-
    halcon代码 ,对图像添加高斯噪声 椒盐噪声(halcon code, add the image Gaussian noise impulse noise)
    2015-06-29 10:40:11下载
    积分:1
  • secaizhuanyi
    运用openCV编写的C++图像色彩转移程序,原理是先转化到Lab图像,再保持L不变调整图像的a、b分量的均值跟方差。(Using openCV prepared C++ image color transfer process, the principle is first converted to Lab image, and then adjust the image to keep L constant a, b, with the mean variance component.)
    2013-09-15 16:40:26下载
    积分:1
  • FIR.C
    FIR滤波器的C语言实现 C语言源程序代码及解析(FIR filter, the C language realization C source code and analytical)
    2010-05-28 17:13:54下载
    积分:1
  • change
    将一个图像的感兴趣区域替换到另一张图像的相同区域中(Will replace the region of interest of an image to another image of the same region of the)
    2015-04-27 16:58:30下载
    积分:1
  • ENVI
    ENVI是比较常用的遥感图像处理软件,使用该插件,可以使ENVI软件支持HDF5格式的遥感影像,HDF5数据格式是科学计算一体化数据格式,常用于卫星遥感影像的外部存储。(Envi is more commonly used in remote sensing image processing software, use the plugin can enable envi software support the HDF5 format of remote sensing images, the HDF5 data format is scientific computing integration data format, commonly used in satellite remote sensing image of the external storage. )
    2016-07-22 10:52:38下载
    积分:1
  • CGAL-4.5
    CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和三维的点,2D加权Voronoi图,分割Voronoi图等),多边形(布尔操作,偏置),多面体(布尔运算),曲线整理及其应用,网格生成(二维Delaunay网格生成和三维表面和体积网格生成等),几何处理(表面网格简化,细分和参数化等),凸壳算法(2D,3D和dD),搜索结构(近邻搜索,kd树等),插值,形状分析,拟合,距离等。(The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. The Computational Geometry Algorithms Library (CGAL), offers data structures and algorithms like triangulations (2D constrained triangulations, and Delaunay triangulations and periodic triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), polygons (Boolean operations, offsets, straight skeleton), polyhedra (Boolean operations), arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums), mesh generation (2D Del)
    2014-12-11 14:45:21下载
    积分:1
  • LFMCW
    不同信噪比下周期FRFT和FRFT两种方法对LFMCW信号的检测能力对比(FRFT different SNR period and the comparison of the two methods FRFT LFMCW signal detection capability)
    2015-09-07 19:19:53下载
    积分:1
  • Photoshop
    photoshop的各个效果的详细介绍,方便研究photoshop的各种算法,值得一看啊!!(photoshop detailed description of the various effects, photoshop various algorithms to facilitate research, worth ah! !)
    2010-06-23 17:53:09下载
    积分:1
  • ERNSYMNTY
    基于VisualC_和DCMTK的医学DICOM图像显示与调窗,同时在MFC 下完成鼠标拖动进行窗宽/窗位的调节(Medical image of DICOM VisualC_ and DCMTK display and window based on, at the same time in MFC complete the mouse to drag the window width/window regulator )
    2013-08-26 22:03:24下载
    积分:1
  • zxVBQQ2009
    最新版完整模拟QQ截屏的VB源代码,支持截图编辑(可以再截图中画矩形、椎园、文本、箭头);带撤销,重做功能,可以说一点都不比QQ截屏逊色!(The latest version integrity imitates a QQ piece the VB source for hold a code and support cuts diagram editor (can cut again in the diagram draw rectangle, Zhui park, text originally, arrowhead)Take to cancel, do over function, can say at 1:00 an all unlike QQ piece to hold inferior to!)
    2009-06-25 13:31:18下载
    积分:1
  • 696518资源总数
  • 104228会员总数
  • 45今日下载