登录
首页 » Visual C++ » Vc++

Vc++

于 2007-09-21 发布 文件大小:7419KB
0 366
下载积分: 1 下载次数: 546

代码说明:

  含列所有图像处理的VC++程序,包括图像转置,傅立叶变换,图像编码等(Containing all image processing VC++ Procedures, including image transpose, Fourier transform, image coding, etc.)

文件列表:

20072152093110
..............\vc%2B%2B数字图象处理(人民邮电出版社)
..............\..................................\图像




..............\..................................\....\Hough变换



..............\..................................\....\rec2.bmp
..............\..................................\....\test.bmp
..............\..................................\....\view.bmp
..............\..................................\....\图像复原





..............\..................................\....\........\Miss05.bmp
..............\..................................\....\........\noise.bmp
..............\..................................\....\........\noise1.bmp
..............\..................................\....\差影法



..............\..................................\....\投影法



..............\..................................\....\模板匹配



..............\..................................\....\种子填充


..............\..................................\....\轮廓提取与跟踪



..............\..................................\....\边缘检测





..............\..................................\....\........\blood1gausslaplace.BMP
..............\..................................\....\........\blood1kirsch.BMP
..............\..................................\....\........\blood1robert.BMP
..............\..................................\....\........\Miss.bmp
..............\..................................\....\........\Missprewitt.bmp
..............\..................................\....\........\Missrobert.bmp
..............\..................................\....\........\Misssobel.bmp
..............\..................................\....\阈值分割


..............\..................................\源代码
..............\..................................\......\c.cpp
..............\..................................\......\c.h
..............\..................................\......\cdib.cpp
..............\..................................\......\cdib.h
..............\..................................\......\cDlgMorphClose.cpp
..............\..................................\......\cDlgMorphClose.h
..............\..................................\......\cDlgMorphDilation.cpp
..............\..................................\......\cDlgMorphDilation.h
..............\..................................\......\cDlgMorphErosion.cpp
..............\..................................\......\cDlgMorphErosion.h
..............\..................................\......\cDlgMorphOpen.cpp
..............\..................................\......\cDlgMorphOpen.h
..............\..................................\......\ch1_1.clw
..............\..................................\......\ch1_1.cpp
..............\..................................\......\ch1_1.dep
..............\..................................\......\ch1_1.dsp
..............\..................................\......\ch1_1.dsw
..............\..................................\......\ch1_1.h
..............\..................................\......\ch1_1.mak
..............\..................................\......\ch1_1.ncb
..............\..................................\......\ch1_1.opt
..............\..................................\......\ch1_1.plg
..............\..................................\......\ch1_1.rc
..............\..................................\......\ch1_1.rc.bak
..............\..................................\......\ch1_1Doc.cpp
..............\..................................\......\ch1_1Doc.h
..............\..................................\......\ch1_1View.cpp
..............\..................................\......\ch1_1View.h
..............\..................................\......\ChildFrm.cpp
..............\..................................\......\ChildFrm.h
..............\..................................\......\ColorTable.h
..............\..................................\......\Debug
..............\..................................\......\.....\cDlgMorphClose.obj
..............\..................................\......\.....\cDlgMorphClose.sbr
..............\..................................\......\.....\cDlgMorphDilation.obj
..............\..................................\......\.....\cDlgMorphDilation.sbr
..............\..................................\......\.....\cDlgMorphErosion.obj
..............\..................................\......\.....\cDlgMorphErosion.sbr
..............\..................................\......\.....\cDlgMorphOpen.obj
..............\..................................\......\.....\cDlgMorphOpen.sbr
..............\..................................\......\.....\ch1_1.bsc

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

发表评论

0 个回复

  • 35
    说明:  四级四阶龙格库塔格式,求解微分方程的好算法。(Four fourth-order Runge-Kutta format, a good algorithm for solving differential equations.)
    2010-07-07 11:33:03下载
    积分:1
  • Root_Loci
    根轨迹文件 多刚体动力学 方程 根分布 稳定分析 (Root locus document root distribution multibody dynamics equations stability analysis)
    2014-09-21 21:13:28下载
    积分:1
  • matrixmulti
    在visual studio的平台上开发CUDA程序实现并行加速计算矩阵的乘积,同时比较与串行计算的差异(Differences in the development of procedures to achieve parallel CUDA accelerated computing matrices in visual studio platform, but compared with the serial computing)
    2020-12-11 21:49:17下载
    积分:1
  • Algorithm
    说明:  算法设计第三版,算法设计第三版,算法设计第三版,算法设计第三版(Algorithm Design Third Edition)
    2010-04-28 19:44:45下载
    积分:1
  • areaofcircle
    一圆形游泳池如图所示,现在需在其周围建一圆形过道,并在其四周围上栅栏。 栅栏价格为35元/米,过道造价为20元/平方米。 过道宽度为3米, 游泳池半径由键盘输入。 要求编程计算并输出过道和栅栏的造价。(A circular pool as shown in figure, now in its built around to a circular corridor, and in its 4 around on the fence. The fence for 35 yuan/m price, corridor cost for 20 yuan/square metre. Aisle width is 3 meters, The radius of the swimming pool by keyboard input. Demand and output programming calculation of corridor and the cost of the fence. )
    2012-04-06 11:29:01下载
    积分:1
  • kemodel
    一个对Fluent中k-e湍流模型的修正udf程序,c语言(One pair ke turbulence model in Fluent udf amendment procedures)
    2021-01-02 15:38:57下载
    积分:1
  • 矩阵链乘
    说明:  距阵链乘问题: 找出矩阵链乘A(35*40) A(40*20) A(20*10) A(10*15)的最佳相乘次序。 算法来自:计算机算法导引(matrix chain by : identify matrix chain by A (35* 40) A (40* 20) A (20* 10) A (10* 15) concludes the best order. Algorithm from : computer algorithm Seeker)
    2005-11-17 09:23:42下载
    积分:1
  • spline
    样条插值算法的matlab代码,包括一次样条插值,二次样条插值和三次样条插值,可根据需要选择(Spline interpolation algorithm matlab code, including a spline interpolation, quadratic spline interpolation and cubic spline interpolation, can be selected)
    2020-12-23 20:49:06下载
    积分:1
  • windforceonvessel
    船舶荷载计算程序,可用于码头设计中船舶荷载的计算。(Ship load calculation procedures, can be used for ship loading terminal design calculations.)
    2007-07-30 10:05:29下载
    积分:1
  • 12
    说明:  神经网络算法,希望能对大家有点点帮助,可以相互交流(Neural network algorithm, I hope everyone can have little bit of help, they communicate with each other)
    2008-07-02 12:54:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载