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

VCPP-image-processing-chapter03

于 2016-04-16 发布 文件大小:10036KB
0 198
下载积分: 1 下载次数: 4

代码说明:

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

文件列表:

第03章
......\bmp


......\ChildFrm.cpp,1551,2009-08-23
......\ChildFrm.h,1289,2009-08-23
......\ClassDiagram1.cd,1,2009-08-31
......\Debug
......\.....\ChildFrm.obj,28492,2013-08-10
......\.....\CL.read.1.tlog,38704,2013-08-10
......\.....\CL.write.1.tlog,6156,2013-08-10
......\.....\Dib.obj,28925,2013-08-10
......\.....\DImageProcess.Build.CppClean.log,4974,2013-08-10
......\.....\DImageProcess.exe,344064,2013-08-10
......\.....\DImageProcess.exe.embed.manifest,667,2013-08-10
......\.....\DImageProcess.exe.embed.manifest.res,732,2013-08-10
......\.....\DImageProcess.exe.intermediate.manifest,381,2013-08-10
......\.....\DImageProcess.ilk,1746216,2013-08-10
......\.....\DImageProcess.lastbuildstate,102,2013-08-10
......\.....\DImageProcess.log,7843,2013-08-10
......\.....\DImageProcess.obj,44229,2013-08-10
......\.....\DImageProcess.pch,20381696,2013-08-10
......\.....\DImageProcess.pdb,4541440,2013-08-10
......\.....\DImageProcess.res,119716,2013-08-10
......\.....\DImageProcessDoc.obj,68551,2013-08-10
......\.....\DImageProcessView.obj,203417,2013-08-10
......\.....\DImageProcess_manifest.rc,216,2013-08-10
......\.....\Dlggeo.obj,20519,2013-08-10
......\.....\DlgRot1.obj,20531,2013-08-10
......\.....\Dlgsvd.obj,20513,2013-08-10
......\.....\DlgTran1.obj,20702,2013-08-10
......\.....\DlgZoom1.obj,19893,2013-08-10
......\.....\link-cvtres.read.1.tlog,2,2013-08-10
......\.....\link-cvtres.write.1.tlog,2,2013-08-10
......\.....\link.read.1.tlog,7576,2013-08-10
......\.....\link.write.1.tlog,2694,2013-08-10
......\.....\MainFrm.obj,38020,2013-08-10
......\.....\mt.read.1.tlog,530,2013-08-10
......\.....\mt.write.1.tlog,494,2013-08-10
......\.....\rc.read.1.tlog,3884,2013-08-10
......\.....\rc.write.1.tlog,654,2013-08-10
......\.....\stdafx.obj,552616,2013-08-10
......\.....\vc100.idb,1240064,2013-08-10
......\.....\vc100.pdb,2494464,2013-08-10
......\Dib.cpp,13595,2009-08-27
......\Dib.h,2224,2009-08-27
......\DImageProcess.aps,144768,2013-04-04
......\DImageProcess.cpp,4788,2009-08-24
......\DImageProcess.h,1291,2009-08-23
......\DImageProcess.rc,15578,2009-12-01
......\DImageProcess.sln,892,2013-03-24
......\DImageProcess.vcproj,8695,2009-10-13
......\DImageProcess.vcxproj,9529,2013-08-10
......\DImageProcess.vcxproj.filters,4123,2013-03-24
......\DImageProcess.vcxproj.user,143,2013-03-24
......\DImageProcessDoc.cpp,4281,2009-08-27
......\DImageProcessDoc.h,1982,2009-08-23
......\DImageProcessView.cpp,49161,2013-03-24
......\DImageProcessView.h,3337,2009-10-09
......\Dlggeo.cpp,1204,2009-10-13
......\Dlggeo.h,1158,2009-10-13
......\DlgRot.cpp,1206,2009-08-23
......\DlgRot.h,1163,2009-08-23
......\Dlgsvd.cpp,1182,2009-10-09
......\Dlgsvd.h,1155,2009-10-09
......\DlgTran.cpp,1498,2009-08-23
......\DlgTran.h,1194,2009-08-24
......\DlgZoom.cpp,1006,2009-08-23
......\DlgZoom.h,1213,2009-08-23
......\function.h,67047,2009-10-10
......\MainFrm.cpp,3566,2009-10-09
......\MainFrm.h,1614,2009-08-23
......\ReadMe.txt,3911,2009-08-23
......\res
......\...\Devior.smf,31454,2005-04-03
......\...\DImageProcess.ico
......\...\DImageProcess.rc2,405,2005-04-03
......\...\DImageProcessDoc.ico
......\...\idr_dima.ico
......\...\idr_main.ico
......\...\Kromo.smf,33604,2005-04-03
......\...\Toolbar.bmp
......\...\xpblue.smf,46714,2005-04-03
......\resource.h,2254,2009-10-13
......\stdafx.cpp,211,2009-08-23
......\stdafx.h,1085,2009-08-23
......\test.cpp,0,2009-09-06
......\test.h,0,2009-09-06

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

发表评论

0 个回复

  • problem-LastBossOrigin
    问题:找出一个短字符串在一个长字符串中的精确匹配。 要求:基于BWT压缩和FM索引技术的序列匹配,用Burrows-Wheeler transform算法解决该问题。(Problem: find the exact match of a short string in a long string. Requirements: BWT-based compression and indexing techniques sequence matching FM, with the Burrows-Wheeler transform algorithm to solve the problem)
    2020-12-26 00:09:04下载
    积分:1
  • surfacerendering
    这是vtk结合MFC在一个对话框内进行面绘的代码,读入图像的格式为DICOM(vtk This is a combination of the MFC dialog within the code face painting, Reading into the image of the DICOM format)
    2021-03-08 14:09:28下载
    积分:1
  • jsjshjueintrduction
    计算机视觉文本介绍,包括研究背景、意义、以及应用(Text of computer vision, including research background, significance, and application)
    2007-11-13 10:06:23下载
    积分:1
  • 反走样处理的八面体
    本例功能是显示一个由反走样处理的线段组成的八面体(functions of the cases showed an anti-aliasing by the Line of octahedral)
    2005-05-14 12:09:01下载
    积分:1
  • 12345VC
    对打开的图像,可以提取其纹理特征,程序运行无误(Right to open the image, you can extract the texture features, the program is running correctly)
    2009-12-24 19:46:55下载
    积分:1
  • segmentation
    基于K均值算法和互信息熵差的算法,可以有效地确定分类数,从而该算法对医学图像进行自动优化分割。(K means algorithm based on entropy and mutual information algorithms, can effectively determine the classification number, so that the algorithm for automatic optimization of medical image segmentation.)
    2021-03-24 16:49:15下载
    积分:1
  • CarCount
    该程序功能是实现对道路流动车辆统计。小模块功能有以下几个:1,对视频解帧并显示。2,对该视频训练背景图片。 3,利用背景图片用减背景法对测试视频进行前景提取,并进行阈值处理,图像分割,找出流动车的连通域。 4,对车辆进行统计。程序包内含有界面说明,以及程序使用的步骤和相关注意事项(The program function is to achieve movement of vehicles on the road statistics. A small module function has the following: 1 solution for video frames and displayed. 2, the video training background image. 3, using the background image used by the background method of testing the prospects for video extraction, and conduct threshold processing, image segmentation, to identify mobile car-connected domain. 4, vehicle statistics. Interface package contains instructions and procedures related to the use of the steps and considerations)
    2010-01-04 12:53:46下载
    积分:1
  • ConeBeamReconstruction
    FDK最小角度重建,基于parker加权的投影数据处理实现的最小角度重见(FDK minimum angle reconstruction, the minimum angle parker weighted projection data processing based on the realization Shigemi)
    2014-05-04 09:43:44下载
    积分:1
  • DrawCircle
    中心画圆 使用vc6.0实现 多多指教(draw a Circle use vc6.0)
    2010-11-20 20:49:37下载
    积分:1
  • ITK_3D_image_registration
    对三维图像进行配准,输入为RAW文件,输出为RAW+mha文件(3D image registration, input as RAW file, output as RAW mha file)
    2018-01-31 21:53:45下载
    积分:1
  • 696518资源总数
  • 106148会员总数
  • 10今日下载