登录
首页 » Visual C++ » CannycPP

CannycPP

于 2016-04-11 发布 文件大小:297KB
0 121
下载积分: 1 下载次数: 1

代码说明:

  c 实现 canny算子(c realize canny )

文件列表:

用Canny算子提取边缘
...................\测试图片


...................\源代码
...................\......\cdib.cpp,38635,1995-09-27
...................\......\cdib.h,3645,1995-08-03
...................\......\ChildFrm.cpp,1542,1995-08-03
...................\......\ChildFrm.h,1397,1995-08-03
...................\......\ColorTable.h,65095,1995-09-27
...................\......\DIBPrcs.cpp,17030,1995-08-03
...................\......\GlobalApi.h,9174,2002-11-29
...................\......\ImageProcessing.aps,65316,2004-06-30
...................\......\ImageProcessing.clw,11533,2004-06-30
...................\......\ImageProcessing.cpp,4918,1995-08-03
...................\......\ImageProcessing.dsp,5297,2004-06-30
...................\......\ImageProcessing.dsw,555,1995-08-03
...................\......\ImageProcessing.h,1342,1995-08-03
...................\......\ImageProcessing.rc,27914,2004-06-30
...................\......\ImageProcessingDoc.cpp,4363,1995-09-27
...................\......\ImageProcessingDoc.h,1643,1995-09-27
...................\......\ImageProcessingView.cpp,88347,2004-06-30
...................\......\ImageProcessingView.h,2059,2004-06-30
...................\......\MainFrm.cpp,2532,1995-08-03
...................\......\MainFrm.h,1542,1995-08-03
...................\......\ReadMe.txt,5009,1995-08-03
...................\......\Recog.asp,0,1996-11-02
...................\......\Release
...................\......\res

...................\......\...\ImageProcessing.rc2,407,1995-08-03


...................\......\Resource.h,7179,2002-10-06
...................\......\SegApi.cpp,42670,2002-11-29
...................\......\StdAfx.cpp,217,1995-08-03
...................\......\StdAfx.h,1054,1995-08-03
...................\用Canny算子提取边缘
...................\...................\测试图片


...................\...................\源代码
...................\...................\......\cdib.cpp,38635,1995-09-27
...................\...................\......\cdib.h,3645,1995-08-03
...................\...................\......\ChildFrm.cpp,1542,1995-08-03
...................\...................\......\ChildFrm.h,1397,1995-08-03
...................\...................\......\ColorTable.h,65095,1995-09-27
...................\...................\......\DIBPrcs.cpp,17030,1995-08-03
...................\...................\......\GlobalApi.h,9174,2002-11-29
...................\...................\......\ImageProcessing.aps,65316,2004-06-30
...................\...................\......\ImageProcessing.clw,11533,2004-06-30
...................\...................\......\ImageProcessing.cpp,4918,1995-08-03
...................\...................\......\ImageProcessing.dsp,5297,2004-06-30
...................\...................\......\ImageProcessing.dsw,555,1995-08-03
...................\...................\......\ImageProcessing.h,1342,1995-08-03
...................\...................\......\ImageProcessing.rc,27914,2004-06-30
...................\...................\......\ImageProcessingDoc.cpp,4363,1995-09-27
...................\...................\......\ImageProcessingDoc.h,1643,1995-09-27
...................\...................\......\ImageProcessingView.cpp,88347,2004-06-30
...................\...................\......\ImageProcessingView.h,2059,2004-06-30
...................\...................\......\MainFrm.cpp,2532,1995-08-03
...................\...................\......\MainFrm.h,1542,1995-08-03
...................\...................\......\ReadMe.txt,5009,1995-08-03
...................\...................\......\Recog.asp,0,1996-11-02
...................\...................\......\Release
...................\...................\......\res

...................\...................\......\...\ImageProcessing.rc2,407,1995-08-03


...................\...................\......\Resource.h,7179,2002-10-06
...................\...................\......\SegApi.cpp,42670,2002-11-29
...................\...................\......\StdAfx.cpp,217,1995-08-03
...................\...................\......\StdAfx.h,1054,1995-08-03

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

发表评论

0 个回复

  • 第27章 透明位背景上的滚动字幕实例
    第27章 透明位图背景上的滚动字幕实例该程序可以方便实现字幕的滚动效果,程序简单易懂(transparent bitmap on the background of rolling subtitles examples of the procedures to facilitate the achievement of subtitles rolling results, procedures simplified)
    2005-03-23 21:54:45下载
    积分: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
  • ellipsefitting
    输入一组数据,xy值,用来拟合椭圆。只要改变输入数据,该代码就可以直接使用。另附上椭圆拟合算法。(Enter a set of data, xy values, used to fit ellipses. Just change input data, the code can be used directly. Attached on the ellipse fitting algorithm.)
    2010-11-15 14:56:43下载
    积分:1
  • RoadExtraction
    高分辨率遥感图像道路提取算法实现,主要思路是利用道路中心点,得到道路中心线。(Road Extraction from High Resolution Images algorithm, the main idea is to use the center of the road, get the road centerline.)
    2010-09-06 19:59:53下载
    积分:1
  • m11
    混合高斯(Mixture of Gaussian, MOG) 背景建模算法和Codebook 背景建模算法被广泛应用于监控视频的运动目标检测问题, 但混合高斯的球体模型通常假设RGB 三个分量是独立的, Codebook 的圆柱体模型假设背景像素值在圆柱体内均匀分布且背景亮度值变化方向指向坐标原点, 这些假设使得模型对背景的描述能力下降. 本文提出了一种椭球体背景模型, 该模型克服了混合高斯球体模型和Codebook 圆柱体模型假设的局限性, 同时利用主成分分析(Principal components analysis, PCA) 方法来刻画椭球体背景模型, 提出了一种基于主成分分析的Codebook 背景建模算法. 实验表明, 本文算法不仅能够更准确地描述背景像素值在RGB 空间中的分布特征, 而且具有良好的鲁棒性.(The background modeling algorithm of mixture of Gaussian (MOG) and codebook is widely used in moving object detection of surveillance video. However, the ball model of MOG usually assumes that the three components of RGB are independent, while the cylinder model of codebook assumes that the value of background pixel is distributed uniformly within the cylinder and the changing direction of brightness points to the origin of the coordinate system. These assumptions reduce the descriptive capability for background modeling. Therefore, the paper proposes an ellipsoid- based background model, which overcomes the MOG and codebook0s limitations. By using principal component analysis to depict the ellipsoid background model, a novel PCA-based codebook background modeling algorithm is proposed. Experiments show that this algorithm can not only give more accurate description of the distribution of background pixels but also have a better robustness.)
    2014-04-15 11:11:55下载
    积分:1
  • cviimage
    cvi图像设计替换背景 扣图专用代码 毕业设计可用(cvi replace the background of graphic design graduate design buckle Figure specific code available)
    2020-07-01 15:00:01下载
    积分:1
  • pca-sift
    pca-sift算法的实现,采用vc2008开发环境,进行开发,独立运行(pca-sift algorithm, using vc2008 development environment to develop, operate independently)
    2010-05-17 09:46:17下载
    积分:1
  • liantongbiaoji
    图像处理方面,用VC++实现的连通区域标记的程序。(Image processing, with VC++ implementation of the procedures connected region markers.)
    2011-12-20 16:58:30下载
    积分:1
  • stereo
    立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。(Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching, the proliferation of more features of the corresponding calculation of disparity and the corresponding color value. Also provides a picture and two corresponding feature matching results and disparity images.)
    2020-06-29 14:40:02下载
    积分:1
  • zernikeCT
    此程序为泽尼克的方法拟合离散点的数据,用于图像处理。(Zernike parameter fitting)
    2013-11-16 19:55:34下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载