登录
首页 » Visual C++ » DDE

DDE

于 2021-02-02 发布 文件大小:152KB
0 220
下载积分: 1 下载次数: 209

代码说明:

  本程序的作用,完成了一种图像的DDE算法,数字图像细节增强。(The role of this procedure, the completion of an image of the DDE algorithm, digital image detail enhancement.)

文件列表:

DDE
...\DDE
...\...\CImageAndArray.cpp,2770,2012-06-05
...\...\CImageAndArray.h,554,2012-06-05
...\...\CQuantifyDlg.cpp,1471,2012-06-05
...\...\CQuantifyDlg.h,567,2012-06-05
...\...\DDE.APS,116552,2012-06-05
...\...\DDE.cpp,3223,2012-06-05
...\...\DDE.h,449,2012-06-05
...\...\DDE.rc,11309,2012-06-05
...\...\DDE.vcproj,6154,2012-06-05
...\...\DDE.vcproj.STE-PC.STE.user,1409,2012-06-05
...\...\DDEDoc.cpp,959,2012-06-05
...\...\DDEDoc.h,530,2012-06-05
...\...\DDEView.cpp,16824,2012-06-05
...\...\DDEView.h,2321,2012-06-05
...\...\FreTrans.cpp,19568,2012-06-05
...\...\FreTrans.h,299,2012-06-05
...\...\MainFrm.cpp,1337,2012-06-05
...\...\MainFrm.h,635,2012-06-05
...\...\ReadMe.txt,3138,2012-06-05
...\...\res

...\...\...\DDE.rc2,359,2012-06-05

...\...\resource.h,1560,2012-06-05
...\...\stdafx.cpp,136,2012-06-05
...\...\stdafx.h,1854,2012-06-05
...\...\targetver.h,1030,2012-06-05
...\DDE.sln,875,2012-06-05

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

发表评论

0 个回复

  • DecodeString
    根据指定字符分割字符串,VC++精选编程源码,很好的参考。(According to the specified character segmentation character string, VC++ select programming source code, a good reference.)
    2013-12-03 10:56:22下载
    积分:1
  • 3D-MIP---5533
    可以在VTK下进行三维重建的DICOM数据(Three-dimensional reconstruction can be carried out in the VTK DICOM data)
    2020-12-17 16:29:12下载
    积分:1
  • pupildetectOK
    在VC6.0环境下,借助openCV函数库,对视频中的人脸进行检测,并实时跟踪,然后用Haar特征的分类器定位人脸,并检测瞳孔存在与否,提取关于眼睛的疲劳信息(In VC6.0 environment, with the aid of openCV function library, to detect human faces in video, and real-time tracking, positioning and use characteristics of Haar classifier faces, and examine the pupil existence, to extract the information about the fatigue of the eye)
    2014-04-14 23:00:39下载
    积分:1
  • ESS
    基于efficient subwindow search算法的windows实现(efficient subwindow search for windows )
    2009-12-27 00:08:09下载
    积分:1
  • openvc2.4.10配置方法
    针对opencv的配制方法总结,适合初学者来配置开发环境(For the preparation of opencv summary, suitable for beginners to configure the development environment)
    2017-07-18 17:14:19下载
    积分:1
  • daima
    对矩形件的排样过程进行编码实现,通过visual c++(layout problem)
    2015-01-15 01:06:00下载
    积分:1
  • segment
    说明:  图像分割代码,c++实现(Image segmentation code, c++ Achieve)
    2008-11-05 00:02:19下载
    积分:1
  • HistogramaOTSU
    说明:  分块直方图均衡化处理图像 用户输入分块的x,y方向的分块个数,即可将图形分成各个小块进行直方图均衡化。 大津法处理图形,包括一维大津法和二维大津法的实现 (the realization of the Histogram equalization algorithm. the realization of otsu algorithm to process the images)
    2011-04-17 21:52:58下载
    积分:1
  • DMC2C80-V1.1
    VC development motion control routines, vb development 12 axis motion control routines
    2013-12-08 21:55:18下载
    积分: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
  • 696518资源总数
  • 104347会员总数
  • 12今日下载