登录
首页 » Visual C++ » 对CANNY算子进行改进

对CANNY算子进行改进

于 2020-06-27 发布 文件大小:4694KB
0 350
下载积分: 1 下载次数: 53

代码说明:

  对CANNY算子进行改进,其中详细的分析了CANNY算子的原理,已经应用改进的canny算子进行边缘检测,效果较好(CANNY operator improvements, including a detailed analysis of the principle of CANNY operator has been applied to improve the canny operator edge detection, better )

文件列表:

Canny
.....\Canny
.....\.....\Canny.vcproj,4143,2012-03-07
.....\.....\Canny.vcproj.PC-20120205JXCD.Administrator.user,1427,2012-03-08

.....\.....\contours.cpp,7812,2012-03-07
.....\.....\Debug
.....\.....\.....\BuildLog.htm,9926,2012-03-07
.....\.....\.....\Canny.exe.embed.manifest,663,2012-03-07
.....\.....\.....\Canny.exe.embed.manifest.res,728,2012-03-07
.....\.....\.....\Canny.exe.intermediate.manifest,621,2012-03-07
.....\.....\.....\contours.obj,118520,2012-03-07
.....\.....\.....\mt.dep,67,2012-03-07
.....\.....\.....\vc90.idb,568320,2012-03-07
.....\.....\.....\vc90.pdb,544768,2012-03-07
.....\.....\edgedetector.h,2061,2012-03-07
.....\.....\linefinder.h,3564,2012-03-07



.....\Canny.ncb,13806592,2012-03-08
.....\Canny.sln,881,2012-03-07
.....\Debug
.....\.....\Canny.exe,51200,2012-03-07
.....\.....\Canny.ilk,410392,2012-03-07
.....\.....\Canny.pdb,953344,2012-03-07

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

发表评论

0 个回复

  • MyDialog
    AutoCAD二次开发的图像处理代码,对彩色图像进行区域生长,然后提取边界,实现图像分割.(AutoCAD second development of image processing code, color images of regional growth, and then extract the boundary, realize image segmentation.)
    2007-09-18 14:18:42下载
    积分:1
  • -DOA
    利用DOA和TOA对运动辐射源的单舰无源定位(Using a single passive location DOA and TOA ship moving emitter)
    2021-01-16 13:58:45下载
    积分:1
  • halcon
    一个选择模板的匹配方式,附带视觉标定,可以自由的选择模板进行匹配(A matching pattern of selected templates with visual calibration)
    2018-03-21 17:09:41下载
    积分:1
  • Canny
    说明:  用canny算子来检测图像边缘,VC++(Using canny operator to detect image edge)
    2010-03-28 14:43:47下载
    积分:1
  • Huffman
    huffman编码 基于对BMP格式图像的编码! 具体你们自己看看!(Huffman code)
    2010-07-13 14:11:25下载
    积分:1
  • ICP-point-cloud-registration
    三维激光点云配准是点云三维建模的关键问题之一。经典的 ICP 算法对点云初始位置要求较高且配准 效率较低,提出了一种改进的 ICP 点云配准算法。该算法首先利用主成分分析法实现点云的初始配准,获得较好 的点云初始位置,然后在经典 ICP 算法的基础上,采用 k - d tree 结构实现加速搜索,并利用方向向量夹角阈值去除 错误点对,提高算法的效率。实验表明,本算法流程在保证配准精度的前提下,显著提高了配准效率。 (Three-dimensional laser point cloud registration is one of the key three-dimensional point cloud model. High classical ICP algorithm to the initial position of the point cloud registration requirements and low efficiency, proposed an improved ICP point cloud registration algorithm. Firstly, the use of principal component analysis of the initial point cloud registration, get a better initial position of the point cloud, then the basis of classical ICP algorithm using k- d tree structure to achieve speed up the search, and using the direction vector angle the removal of the threshold point error and improve the efficiency of the algorithm. Experiments show that the algorithm processes to ensure the accuracy of registration under the premise, significantly improve the efficiency of registration.)
    2016-08-01 10:34:57下载
    积分: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
  • HarrisCorner
    对输入的一张彩色图像,自己写代码实现Harris Corner 检测算法: 1. 不能直接调用OpenCV 里面与Harris 角点检测相关的一些函数; 2. 只能用C/C++,不能用其他语言; 3. GUI 只能用自带的HighGUI,不能用QT 或其他的; 4. 平台可以用Windows, Linux, MacOS; 5. 显示中间的处理结果及最终的检测结果,包括最大特征值图,最小特征值图,R 图(可以考虑彩色 展示),原图上叠加检测结果等,并将这些中间结果都输出成图像文件; 6. 命令格式: “xxx.exe 图片文件 k 参数(=0.04) Aperture_size(=3)”。(The input of a color image, write your own code to achieve Harris Corner Detection Algorithm: 1. Can not be called directly inside OpenCV some functions associated with the Harris corner detection 2. To only use C/C++, can not be used in other languages 3. GUI only with their own HighGUI, can not use QT or other 4. The platform can be used Windows, Linux, MacOS 5. Display intermediate and final results of the test results, including the largest eigenvalues diagram, the minimum feature value graph , R chart (you can consider color display), picture superimposed on the test results, etc., and these intermediate results are output as an image file 6. Command Format: " xxx.exe picture file k parameters (= 0.04) Aperture_size (= 3 ). " )
    2016-01-04 12:44:23下载
    积分:1
  • DoG
    DOG检测算子,能够构造高斯尺度空间,并检测其中的极值,从而得到有价值的特征点位置(DOG detection operator, the Gaussian scale space can be constructed, and tested one of the extremes, resulting in valuable feature position)
    2021-03-27 22:39:12下载
    积分:1
  • OpticalFlow
    使用光流法对运动目标进行估计,要使用opencv一起实现。效果还不错(Using optical flow method to estimate the moving target, to use opencv implemented together. Results were pretty good)
    2013-07-26 09:24:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载