登录
首页 » Visual C++ » CVMFC_INTERNET

CVMFC_INTERNET

于 2021-03-10 发布 文件大小:4123KB
0 272
下载积分: 1 下载次数: 9

代码说明:

  图形图像处理软件 MFC 功能强大 OpenVC 武汉大学出品(MFC graphic image processing software produced powerful OpenVC Wuhan University)

文件列表:

CVMFC_INTERNET
..............\cv100.dll,843824,2006-10-18
..............\CVMFC
..............\.....\CameraDS.h,3308,2010-08-21
..............\.....\CameraDSA.cpp,11694,2010-08-19
..............\.....\CaptSetup.txt,20,2010-09-07
..............\.....\ChildFrm.cpp,1513,2010-08-11
..............\.....\ChildFrm.h,1397,2009-10-27
..............\.....\CVDSCap.cpp,6578,2010-09-17
..............\.....\CVDSCap.h,1118,2010-09-01
..............\.....\CVMFC.APS,35692,2013-11-15
..............\.....\CVMFC.cfg,20,2010-08-22
..............\.....\CVMFC.clw,4723,2013-12-06
..............\.....\CVMFC.cpp,4403,2013-02-07
..............\.....\CVMFC.dsp,5345,2010-08-27
..............\.....\CVMFC.dsw,518,2010-08-15
..............\.....\CVMFC.h,1345,2010-08-15
..............\.....\CVMFC.ncb,410624,2013-12-06
..............\.....\CVMFC.opt,569856,2013-12-06
..............\.....\CVMFC.plg,2137,2013-12-06
..............\.....\CVMFC.rc,18593,2010-10-05
..............\.....\CVMFC.sln,876,2013-11-16
..............\.....\CVMFC.vcxproj,8784,2013-11-16
..............\.....\CVMFC.vcxproj.filters,3148,2013-11-16
..............\.....\CVMFC.vcxproj.user,143,2013-11-15
..............\.....\CVMFCDoc.cpp,2561,2010-08-30
..............\.....\CVMFCDoc.h,1624,2010-08-21
..............\.....\CVMFCview.cpp,180794,2010-10-10
..............\.....\CVMFCview.h,9260,2010-10-04
..............\.....\Debug
..............\.....\.....\CameraDSA.obj,69867,2012-07-23
..............\.....\.....\CameraDSA.sbr,0,2012-07-23
..............\.....\.....\ChildFrm.obj,16625,2012-07-23
..............\.....\.....\ChildFrm.sbr,0,2012-07-23
..............\.....\.....\CL.read.1.tlog,26364,2013-12-06
..............\.....\.....\CL.write.1.tlog,166,2013-12-06
..............\.....\.....\CVDSCap.obj,17777,2012-07-23
..............\.....\.....\CVDSCap.sbr,0,2012-07-23
..............\.....\.....\CVMFC.bsc,5415936,2012-07-23
..............\.....\.....\CVMFC.lastbuildstate,53,2013-12-06
..............\.....\.....\CVMFC.log,1831,2013-12-06
..............\.....\.....\CVMFC.obj,23671,2012-07-23
..............\.....\.....\CVMFC.res,9404,2012-07-23
..............\.....\.....\CVMFC.sbr,0,2012-07-23
..............\.....\.....\CVMFC.unsuccessfulbuild,0,2013-12-06
..............\.....\.....\CVMFCDoc.obj,16833,2012-07-23
..............\.....\.....\CVMFCDoc.sbr,0,2012-07-23
..............\.....\.....\CVMFCView.obj,377633,2012-07-23
..............\.....\.....\CVMFCView.sbr,0,2012-07-23
..............\.....\.....\MainFrm.obj,17890,2012-07-23
..............\.....\.....\MainFrm.sbr,0,2012-07-23
..............\.....\.....\Processing.obj,13067,2012-07-23
..............\.....\.....\Processing.sbr,0,2012-07-23
..............\.....\.....\StdAfx.sbr,2502271,2012-07-23
..............\.....\.....\vc100.idb,453632,2013-12-06
..............\.....\.....\vc100.pdb,118784,2013-12-06
..............\.....\.....\vc60.idb,467968,2013-12-06
..............\.....\.....\vc60.pdb,897024,2013-12-06
..............\.....\MainFrm.cpp,2507,2010-08-21
..............\.....\MainFrm.h,1542,2009-10-27
..............\.....\Processing.cpp,11619,2010-09-27
..............\.....\Processing.h,827,2012-03-31
..............\.....\ReadMe.txt,4847,2009-10-27
..............\.....\Release
..............\.....\.......\CVMFC.res,9404,2012-07-23
..............\.....\.......\vc60.idb,41984,2012-07-23
..............\.....\res

..............\.....\...\CVMFC.rc2,401,2009-10-27


..............\.....\resource.h,4959,2010-10-03
..............\.....\StdAfx.cpp,211,2009-10-27
..............\.....\StdAfx.h,1402,2010-09-19
..............\CVMFC.exe,110592,2012-07-15
..............\cxcore100.dll,1011764,2006-10-18
..............\highgui100.dll,626741,2006-10-18
..............\libguide40.dll,196608,2006-02-28
..............\新建文件夹

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

发表评论

0 个回复

  • UIC
    mfc图像处理,实现图像的配准,自己编写,可以应用(mfc image processing, image registration)
    2016-04-25 08:29:45下载
    积分:1
  • DE
    说明:   最简单的差分格式有向前、向后和中心3种。 向前差分:f (n)=f(n+1)-f(n) 向后差分:f (n)=f(n)-f(n-1) 中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers. Forward differencing: f (n) = f (n+ 1)-f (n) Backward difference: f (n) = f (n)-f (n-1) Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
    2016-05-17 21:08:01下载
    积分:1
  • shuangkiangduchafa
    本文介绍了一种测量大气能见度的方法,双亮度差法,代码中给出了详细的注释,并且包括OSTU方法等等(In this paper, a measuring method of atmospheric visibility double brightness difference method, the code is given detailed annotations, and including the OSTU method and so on)
    2015-04-26 11:35:01下载
    积分:1
  • 2-8
    一个基于MFC窗口的具有图形图像处理的功能的MFC程序,可对图像灰度,滤波等处理好功能(MFC program has a function of image processing based on MFC window can be a good feature for grayscale images, filtering and other processing)
    2014-12-09 23:27:23下载
    积分:1
  • ImageMatch
    摄影测量中影像匹配小程序,附带两幅图片,比较实用(Photogrammetry image matching small program, with two pictures, more practical)
    2016-04-29 20:03:43下载
    积分:1
  • Edge-Detection
    边缘检测 Edge Detection Edge Detection(Edge Detection)
    2014-05-08 13:49:15下载
    积分:1
  • test
    说明:  实现了监控视频图像的去隔行算法,使隔行扫描的图像插值成为逐行扫描(The realization of the surveillance video images Deinterlacing Algorithm, so deinterlacing Image Interpolation become progressive scan)
    2008-12-01 16:47:29下载
    积分:1
  • gmm
    高斯混合模型的源代码。从文件中读取数据,用三个高斯混合模型进行处理(Gaussian mixture model of the source code. Read from the file data, using three Gaussian mixture model for processing)
    2013-10-27 19:58:34下载
    积分:1
  • 5
    说明:  :建立了碳钢渗硫表面和非渗硫表面的多球凸峰面接触模型,模型中,凸峰高度按高斯函数分布.用塑性流线 理论分析了渗硫层的摩擦系数.计算结果表明:摩擦系数随载荷的增加而增加;相同粗糙度下,磨削加工的摩擦系 数比车削加工的摩擦系数大;摩擦系数随着渗层厚度的增大而增大.从减小摩擦系数的角度来考虑,渗硫层并非 越厚越好. (the multi-asperity sphere-shape model for surface contact between sulphurized layer and unsulphurized layer is established.in which the height of sphere-shape asperities follows the Gaussian distribution.1he frictional coeficients of sulphurized layers are analyzed by using plastic flown line theory.1he results show that the frictional coeficient increases with the load.the frictional coeficient of ground surface is higher than that of tumed surface in case of the same roughness.1he thicker the sulphuri[ed layer is.the higher the frictional coeficient is.From the viewpoint of reducing frictional coeficient,the thickness of sulphurized layer should be smaller.)
    2010-08-04 19:38:19下载
    积分:1
  • gdal1.4.5
    很有用的gdal库,并且已经编译好。请多多指教!(It is a very good resource!Please download!!)
    2011-12-08 09:31:56下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载