登录
首页 » Visual C++ » VCPP-image-processing-chapter08(1)

VCPP-image-processing-chapter08(1)

于 2016-04-16 发布 文件大小:8334KB
0 223
下载积分: 1 下载次数: 2

代码说明:

  VisualC++数字图像处理技术详解第2版光盘-第八章 分水岭分割算法(VisualC++ digital image processing technology Detailed Version 2 CD- Chapter VIII watershed segmentation)

文件列表:

VC%2B%2B image processing chapter08(1)
..................................\demo
..................................\....\dll
..................................\....\...\ImageLoad.dll,183296,2013-04-08
..................................\....\ImageErrors.h,741,2013-04-08
..................................\....\Imageload.h,3904,2013-04-08
..................................\....\ImageLoad.lib,15566,2013-04-08
..................................\....\ImageObject.cpp,60290,2013-04-08
..................................\....\ImageObject.h,7435,2013-04-08
..................................\....\include
..................................\....\.......\ImageErrors.h,741,2013-04-08
..................................\....\.......\Imageload.h,3904,2013-04-08
..................................\....\.......\ImageObject.cpp,60290,2013-04-08
..................................\....\.......\ImageObject.h,7435,2013-04-08
..................................\....\lib
..................................\....\...\ImageLoad.lib,15566,2013-04-08
..................................\....\MainFrm.cpp,2508,2013-04-08
..................................\....\MainFrm.h,1639,2013-04-08
..................................\....\MyMath.cpp,14247,2013-04-08
..................................\....\MyMath.h,3392,2013-04-08
..................................\....\ReadMe.txt,4383,2013-04-08
..................................\....\Release
..................................\....\.......\CL.read.1.tlog,34028,2013-04-08
..................................\....\.......\CL.write.1.tlog,3620,2013-04-08
..................................\....\.......\ImageObject.obj,96520,2013-04-08
..................................\....\.......\link-cvtres.read.1.tlog,2,2013-04-08
..................................\....\.......\link-cvtres.write.1.tlog,2,2013-04-08
..................................\....\.......\link.read.1.tlog,5260,2013-04-08
..................................\....\.......\link.write.1.tlog,1416,2013-04-08
..................................\....\.......\MainFrm.obj,31191,2013-04-08
..................................\....\.......\mt.read.1.tlog,978,2013-04-08
..................................\....\.......\mt.write.1.tlog,420,2013-04-08
..................................\....\.......\MyMath.obj,32119,2013-04-08
..................................\....\.......\rc.read.1.tlog,3008,2013-04-08
..................................\....\.......\rc.write.1.tlog,262,2013-04-08
..................................\....\.......\StdAfx.obj,546558,2013-04-08
..................................\....\.......\vc100.pdb,2396160,2013-04-08
..................................\....\.......\WaterShed.Build.CppClean.log,2536,2013-04-08
..................................\....\.......\WaterShed.exe,59392,2013-04-08
..................................\....\.......\WaterShed.exe.intermediate.manifest,381,2013-04-08
..................................\....\.......\WaterShed.lastbuildstate,93,2013-04-08
..................................\....\.......\WaterShed.log,4500,2013-04-08
..................................\....\.......\WaterShed.obj,43815,2013-04-08
..................................\....\.......\WaterShed.pch,21626880,2013-04-08
..................................\....\.......\WaterShed.res,11076,2013-04-08
..................................\....\.......\WaterShedDoc.obj,182993,2013-04-08
..................................\....\.......\WaterShedView.obj,46929,2013-04-08
..................................\....\res




..................................\....\...\WaterShed.rc2,401,2013-04-08

..................................\....\Resource.h,688,2013-04-08
..................................\....\StdAfx.cpp,211,2013-04-08
..................................\....\StdAfx.h,1054,2013-04-08
..................................\....\WaterShed.aps,33428,2013-04-08
..................................\....\WaterShed.clw,2327,2013-04-08
..................................\....\WaterShed.cpp,4265,2013-04-08
..................................\....\WaterShed.dsp,4984,2013-04-08
..................................\....\WaterShed.h,1389,2013-04-08
..................................\....\WaterShed.opt,50688,2013-04-08
..................................\....\WaterShed.plg,2364,2013-04-08
..................................\....\WaterShed.rc,11791,2013-04-08
..................................\....\WaterShed.sln,884,2013-04-08
..................................\....\WaterShed.vcproj,9502,2013-04-08
..................................\....\WaterShed.vcxproj,12328,2013-04-08
..................................\....\WaterShed.vcxproj.filters,2925,2013-04-08
..................................\....\WaterShed.vcxproj.user,143,2013-04-08
..................................\....\WaterShedDoc.cpp,33193,2013-04-08
..................................\....\WaterShedDoc.h,3192,2013-04-08
..................................\....\WaterShedView.cpp,4305,2013-04-08
..................................\....\WaterShedView.h,2222,2013-04-08
..................................\Image





..................................\ImageLoad.dll,183296,2013-04-08
..................................\WaterShed.exe,59392,2013-04-08

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

发表评论


0 个回复

  • ganxingququ
    图像分割方法中有关感兴趣区域处理的程序代码(Image segmentation method for region of interest processing code)
    2012-06-10 11:58:01下载
    积分:1
  • median-filtering
    中值滤波,取出奇数个数据进行排序,用排序后的中值取代要处理的数据即可(median filtering.rar)
    2013-12-05 17:24:42下载
    积分:1
  • 1
    说明:  这是一个在vc6.0基于OpenCV的控制台程序,本例给出一个椭圆曲线拟合的例子,程序首先发现图像的轮廓,然后用椭圆逼近它。(This is a vc6.0 console based on the OpenCV procedures, in this case gives an example of elliptic curve fitting, the program first to discover the outline of the image, and then close it with an oval.)
    2008-05-13 15:21:14下载
    积分:1
  • chp8
    第8章 图象的检测及模板匹配 图象的分割与检测(识别)实际上是一项非常困难的工作。很难说清楚为什么图象应该分割成这样而不是那样。(Chapter 8 Detection of image template matching and image segmentation and detection (recognition) is actually a very difficult task. It is hard to say clearly why the image should be divided into such and not as.)
    2008-04-12 19:32:03下载
    积分:1
  • kmeans
    kmeans算法实现,对图像处理。亲自使用过,可用,供参考。(Kmeans algorithm for image processing.)
    2013-10-17 10:57:41下载
    积分:1
  • FaceRecognition1
    基于AdaBoost的人脸检测程序代码(是用c++编写的)(AdaBoost-based face detection program code (written with c++))
    2013-06-24 15:22:08下载
    积分:1
  • chuhuaxihua1
    粗化细化程序很好用的,大家试市啊,(crude refining procedures of the good, we take the city ah,!)
    2006-11-11 20:52:48下载
    积分:1
  • cubicfive
    用C++编写的产生文章的程序,方便有需要的人(C generated articles prepared by the procedures that are accessible to people in need)
    2007-05-11 09:18:16下载
    积分:1
  • tuxingbianhuan
    用c++编写的三维图像变换的源代码,也是计算机图像学中经常要学习的一种变换。(Transform the source code written in c++ three-dimensional images, but also often have to learn a transformation in the computer iconography.)
    2012-05-24 16:00:54下载
    积分:1
  • 雷达目标高分辨距离的特征提取及识别方法
    合成孔径雷达目标的特征提取及其识别技术。国防科大写的!(synthetic aperture radar target feature extraction and recognition technology. Written by which this university!)
    2005-07-29 20:31:31下载
    积分:1
  • 696518资源总数
  • 105306会员总数
  • 25今日下载