CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - harris vc

搜索资源列表

  1. ImageCodes-Harris

    0下载:
  2. VC写的harris角点检测程序。又名plessey,最经典也是目前效果最好的算法,比susan抗噪要好(实际的讲)-A program of Harris corner points test writen by VC.We can call is as plessey,it is the best algorithm.It better than susan from real useful point.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:904.58kb
    • 提供者:赵辉
  1. VC编写的Harris角点检测算法

    1下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:736.35kb
    • 提供者:赵辉
  1. Harris Corner

    0下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 代码没有任何优化 内存也没来得及释放... 但角点检测效果还是不错的 而且参数可以调节 2005年12月11日 http://contact.ys168.com/ bugzhao@sdu.edu.cn-Harris algorithm VC procedures helpless himself wrote it with a two hour writ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:56.26kb
    • 提供者:赵辉
  1. Harris

    0下载:
  2. 给出用VC实现的Harris角点提取的程序
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-01-17
    • 文件大小:2.77mb
    • 提供者:wuxiao
  1. harris(vc++)

    1下载:
  2. Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:572.93kb
    • 提供者:小兔兔牙
  1. VC++_Harris

    0下载:
  2. 本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:187.09kb
    • 提供者:bin
  1. VC++点特征提取

    0下载:
  2. Harris算法进行点特征提取
  3. 所属分类:图形图象

    • 发布日期:2010-05-16
    • 文件大小:80.56kb
    • 提供者:sstoneluu
  1. 基于OpenCV的Harris图像特征点提取

    2下载:
  2. 基于OpenCV的Harris图像特征点提取,在VC++6.0下调试通过,可以运行,OpenCV image based on the Harris feature point extraction, in VC++6.0 under the debugger through, you can run
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2012-09-04
    • 文件大小:380.58kb
    • 提供者:李施
  1. Harris-Corner

    0下载:
  2. Harris Corner很好用的VC++Harris Corner-Harris Corner very well with the VC++ Harris Corner
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:566.5kb
    • 提供者:宋雷
  1. Harris-Corner

    0下载:
  2. 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:36.05kb
    • 提供者:tlcling
  1. Harris-VC

    0下载:
  2. 图像处理和相机标定中的经典角点提取算法,Harris算法的VC源代码-Image processing and camera calibration in the classical corner-point extraction algorithm, Harris algorithm source code for VC
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-26
    • 文件大小:44.12kb
    • 提供者:railwayboy
  1. vc_harris

    0下载:
  2. 用c++编程的,能够实现角点检测,用的方法是Harris方法,效果比较好.-With c++ Programming and corner detection can be achieved, the methodology used is the Harris method, the effect is better.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:736.35kb
    • 提供者:韩坤芳
  1. harris-matlab

    0下载:
  2. 对harris角点有简单通俗的讲解,用VC++实现角点检测,适合初学者-Harris corner of a simple explanation popular with VC++ Achieve corner detection, suitable for beginners
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:593.8kb
    • 提供者:雷子
  1. HarrisCorner(VC)

    0下载:
  2. Harris源代码VC,一个很好的VC源程序大家可以参考参考,如有问题欢迎指正。-Harris source code VC, a good source VC Members can refer to the reference, in case of any problems please correct me.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:44.66kb
    • 提供者:夏正浩
  1. Harris

    1下载:
  2. 程序包含三个点特征提取算子: 1.Forstner点特征提取 2.Harris点特征提取经典算法 3.Harris点特征提取改进算法 利用vc++编程实现,对三种方法提取结果进行比较-Procedures for feature extraction of three-point operator: 1.Forstner point feature extraction feature extraction 2.Harris point 3.Harris point classi
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3.82mb
    • 提供者:feitian
  1. 77433642HarrisCorner

    0下载:
  2. harris corner detector code in vc++ is added in this file.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:44.66kb
    • 提供者:jagan
  1. Harris_VC

    0下载:
  2. 基于VC++的Harris角点检测算法的实现,可以对边界进行检测-VC++ based on the Harris corner detection algorithm can detect the boundary
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:583.89kb
    • 提供者:sdfsdfsd
  1. harris-vc

    0下载:
  2. harris角点检测vc代码,提供Harris角点检测的推导的步骤和Harris角点的一本教程网址。-harris corner detection vc code, provided the derivation of Harris corner detection steps and Harris corner point of a tutorial site.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:31.31kb
    • 提供者:amao
  1. HarrisCorner

    0下载:
  2. harris角点检测算法,利用vc++实现,对于后续三维重建匹配有帮助-harris corner detection algorithm, using vc++ to achieve, for the follow-up to help match the three-dimensional reconstruction
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2.19mb
    • 提供者:丁一一
  1. harris角点检测

    0下载:
  2. 使用vc++和opencv,进行角点检测(使用常用的Harris角点检测算法)(Using vc++ and opencv,Corner detection(Harris))
  3. 所属分类:OpenCV

    • 发布日期:2018-01-10
    • 文件大小:935kb
    • 提供者:52杨小贝
« 12 3 4 »
搜珍网 www.dssz.com