登录
首页 » Visual C++ » 91738645WaterShed

91738645WaterShed

于 2013-07-17 发布 文件大小:220KB
0 270
下载积分: 1 下载次数: 0

代码说明:

  分水岭算法的实现,用VC++语言实现,构成可靠的算法实现(the implement of the watershed)

文件列表:

分水岭算法WaterShed
...................\Debug
...................\dll
...................\...\ImageLoad.dll,183296,1997-03-26
...................\ImageErrors.h,741,1999-09-21
...................\Imageload.h,3904,1999-09-22
...................\ImageLoad.lib,15566,1997-03-26
...................\ImageObject.cpp,60290,2004-06-05
...................\ImageObject.h,7435,2004-06-05
...................\include
...................\.......\ImageErrors.h,741,1999-09-21
...................\.......\Imageload.h,3904,1999-09-22
...................\.......\ImageObject.cpp,60290,2004-06-05
...................\.......\ImageObject.h,7435,2004-06-05
...................\lib
...................\...\ImageLoad.lib,15566,1997-03-26
...................\MainFrm.cpp,2508,2008-05-20
...................\MainFrm.h,1639,2008-05-19
...................\MyMath.cpp,14223,2008-05-19
...................\MyMath.h,3392,2008-05-20
...................\ReadMe.txt,4383,2008-05-19
...................\res




...................\...\WaterShed.rc2,401,2008-05-19

...................\Resource.h,688,2008-05-20
...................\StdAfx.cpp,211,2008-05-19
...................\StdAfx.h,1054,2008-05-19
...................\WaterShed.aps,33024,2008-07-08
...................\WaterShed.clw,2327,2008-07-08
...................\WaterShed.cpp,4263,2008-05-19
...................\WaterShed.dsp,4984,2008-05-20
...................\WaterShed.dsw,543,2008-05-22
...................\WaterShed.h,1389,2008-05-19
...................\WaterShed.ncb,164864,2008-07-08
...................\WaterShed.opt,55808,2008-07-08
...................\WaterShed.plg,2660,2008-07-08
...................\WaterShed.rc,11791,2008-05-20
...................\WaterShedDoc.cpp,33129,2008-05-20
...................\WaterShedDoc.h,3192,2008-05-20
...................\WaterShedView.cpp,4305,2008-05-19
...................\WaterShedView.h,2222,2008-05-19

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

发表评论

0 个回复

  • abc
    数字图象处理VC++实现,里面有很多图像处理方面的算法,有参考意义。(Digital image processing in VC++)
    2011-11-21 20:33:31下载
    积分:1
  • 人脸识别系统设计—毕业设计
    说明:  本课题的主要内容是图像预处理,它主要从摄像头中获取人脸图像然后进行处理,以便提高定位和识别的准确率.该模块主要包含光线补偿、图像灰度化、高斯平滑、均衡直方图、图像对比度增强,图像预处理模块在整个系统中起着极其关键的作用,图像处理的好坏直接影响着后面的定位和识别工作,内有源代码和全部论文资料(this issue is the major content of image preprocessing, mainly from the camera to obtain images Face then, in order to improve the recognition and positioning accuracy. The module consists mainly of light compensation, Grayhound, Gaussian smoothing, balanced histogram, image contrast enhancement, image pre- processing module in the system plays a crucial role in image processing will have a direct impact behind the positioning and identification, within Active code and all papers information)
    2005-11-10 23:36:52下载
    积分:1
  • CSF1
    表面张力CSF模型,用于计算微重力条件下的两相流问题。(Comtinum Saface tension Force)
    2010-09-21 17:34:26下载
    积分:1
  • DebugDemo
    设置位置断点跟踪程序,VC++精选编程源码,很好的参考资料。(Set breakpoint location tracking procedures, VC++ programming source code, a good reference.)
    2013-11-26 09:57:15下载
    积分:1
  • yudp
    运动目标检测与跟踪,包括目标定位,匹配与跟踪!(moving target detection and tracking, including Target, matching and tracking!)
    2020-06-26 05:20:01下载
    积分:1
  • Pyramid-methods-in-image-processing
    Pyramid methods in image processing
    2013-12-05 20:08:18下载
    积分:1
  • HOG
    读取一24位彩色图像,计算其以下图像特征: 1)灰度直方图 2)颜色直方图(RGB3个通道) 3)方向梯度直方图(HOG,将图像分成4*4 16个块,8个梯度方向) (Read a 24-bit color images, calculate the following image features: 1) Histogram 2) color histogram (RGB3 channels) 3) histogram of oriented gradients (HOG, the image is divided into 4* 4 16 blocks, 8 gradient directions))
    2020-06-28 15:00:01下载
    积分:1
  • ImageCutofRGB565BMP
    裁剪以RGB565格式保存的BMP文件,涉及位图掩码内容(imagecut of the BMP picture which saved with RGB565 format and mask)
    2015-01-22 10:57:48下载
    积分:1
  • snaketest
    snake算法的c源代码,一般snake算法可以用于图像的边缘检测,是一种比较新的方法(snake algorithm c source code, the general snake algorithm can be used to image edge detection, is a relatively new approach)
    2008-06-02 11:34:44下载
    积分:1
  • 基于OPENCV的SIFT特征提取与匹配算法 OPENCV_SIFT_VC6
    基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。(OPENCV the SIFT-based feature extraction and matching algorithm. Contains a complete Gaussian pyramid from the image, DOG, space extremum point extraction, description of key points, KDtree matching key step in the realization of the full function of the comprehensive and in-depth understanding of Lowe s SIFT algorithm of tremendous help. Program to run before the installation of (1) OpenCV: http://opencvlibrary.sourceforge.net (2) SIFT: http://web.engr.oregonstate.edu/ ~ hess/index.html, and configure the parameters of their environment.)
    2020-06-26 03:00:02下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载