搜索资源列表

  1. 基于Harris算法的黑白棋盘格角点检测

    1下载:
  2. 基于Harris算法的黑白棋盘格角点检测 关键词 棋盘格Harris角点检测 亚像素摄像机标定二次曲面拟合
  3. 所属分类:文档资料

    • 发布日期:2011-03-12
    • 文件大小:414250
    • 提供者:lvan1234
  1. klt算法,可以实现角点检测与跟踪

    0下载:
  2. klt算法,可以实现角点检测与跟踪klt算法,可以实现角点检测与跟踪klt算法,可以实现角点检klt算法,可以实现角点检测与跟踪测与跟踪
  3. 所属分类:图形图象

    • 发布日期:2011-03-19
    • 文件大小:52399
    • 提供者:yuanou2007
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-17
    • 文件大小:925696
    • 提供者:赵辉
  1. VTB4Matlab

    0下载:
  2. 一组图象与视频处理C/C++代码,该软件包可用于Matlab。包括读取AVI和CIF/QCIF视频序列代码,Canny算子,Harris角点检测,全局阈值算法,动态阈值算法等等。-AP as a video processing with C/C code, the software can be used in Matlab. AVI including reading and CIF/QCIF video sequence code
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:2443264
    • 提供者:myb
  1. CPD

    0下载:
  2. 曲线角点检测的二种算法,用VC6实现,带有6点测试用例。-curve corner detection of two types of algorithms, using VC6 realized, with 6:00 Test.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-17
    • 文件大小:227328
    • 提供者:凌建发
  1. Harrisjiaodianjiancefa

    0下载:
  2. 这是一个用于角点检测的算法程序,精度还可以,适合图像匹配时使用,对于一些特征点也可以效果明显,值得一看-This is for a corner detection algorithm procedures, the accuracy can also suitable for use image matching, For some feature points can obviously, an eye-catcher
  3. 所属分类:图形图象

    • 发布日期:2024-05-17
    • 文件大小:1024
    • 提供者:嘉靖
  1. jiyujiaodianjianceyizhongpeizhunsuanfa

    0下载:
  2. 基于角点检测图像配准的一种新算法.是我搜到的,还可以-corner detection based on the registration of a new algorithm. I found that yes, but also can look at
  3. 所属分类:软件工程

    • 发布日期:2024-05-17
    • 文件大小:225280
    • 提供者:zhangyu
  1. harris

    0下载:
  2. 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.-Two images spell panorama. Harris corne
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-17
    • 文件大小:6144
    • 提供者:王萍
  1. susan2l

    0下载:
  2. 是快速角点检测的susan的算法,是最初的版本,我们实验都用这个-Is a fast corner detection algorithm of susan is the original version, we experiment with this
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:12288
    • 提供者:潘宁
  1. susan

    0下载:
  2. 基于susan算法的角点检测程序,susan算法也是一个很出色的算法,有的效果甚至比harris还好-Susan algorithm based on corner detection procedures, susan algorithm is also a very good algorithm, and some effect even better than the harris
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:1525760
    • 提供者:lina
  1. 22219011211120071115164509189959

    0下载:
  2. SUSAN算子用于角点检测的基本步骤: 1) 对于感兴趣的每个象素点(一般的情况就是图像中的每个象素点)作用一圆模板; 2) 根据亮度比较函数计算圆模板中的USAN区域; 3) 根据几何阈值,计算象素点的初始响应; 4) 使用USAN重心与核中心的距离法则去除伪角点,使用USAN重心与核中心的连线上的每个点都必须在USAN区域来保证算法的一致性(即USAN区域的相连性) 5) 对每个象素点的响应,使用 (或更大)的窗口搜索局部极大值,进
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-17
    • 文件大小:4109312
    • 提供者:张妙言
  1. HarrisCorner

    0下载:
  2. harris角点检测的源码。也是基于mfc平台,能够立即使用,当然也可以把算法提取出来,很实用。-harris corner detection of the source. Mfc-based platform is also able to immediately use, of course, the algorithm can also be extracted, it is practical.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:3744768
    • 提供者:Richard Chang
  1. harris

    0下载:
  2. harris 角点检测的算法,检测角点的效果很好的,有图像-harris corner detection algorithm to detect the effect of corner good, there are images
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:595968
    • 提供者:zhuchuanwei
  1. Harris

    0下载:
  2. harris角点检测,比较稳定,是一个很好的算法。
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-17
    • 文件大小:4757504
    • 提供者:紫燕
  1. Corner

    0下载:
  2. 根据论文Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support算法写的角点检测-err
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:109568
    • 提供者:
  1. susan

    0下载:
  2. Susan算法,用于角点检测。很先进的方法,国内有人改进过,这是原来的方法。-Susan algorithm for corner detection. The most advanced methods, there are those who improved, this is the original method.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:27648
    • 提供者:安琪
  1. corner_detector_2004

    0下载:
  2. 这是2004年一篇重要的角点检测文献的配套Matlab源码。该算法的效果比SIFT、Harris、Susan等算法的检测效果更好。本压缩包中有从Matlab官方网站下载的源码,以及2004年那篇文献,对该算法做了详细解释。-This is 2004, an important corner detection literature supporting Matlab source code. Of the algorithm is be
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:947200
    • 提供者:陈韶斌
  1. matlab_guide_Harris

    0下载:
  2. 本程序使用MATLAB中的Guide来实现的,实现了算法功能和界面的设计,完成了Harris角点检测的程序。-This procedure using MATLAB in the Guide to realize, and realize the algorithm functionality and interface design, completed a Harris corner detection procedures.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:89088
    • 提供者:bin
  1. VC++_Harris

    0下载:
  2. 本程序用VC实现Harris角点检测的算法,浅显易懂,便于操作。-This procedure VC realize with Harris corner detection algorithm, easy to understand and easy to operate.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-17
    • 文件大小:3022848
    • 提供者:bin
  1. MATLAB-Corner

    0下载:
  2. 使用MATLAB编写的角点检测源代码,并附有用于检测算法的图形-The use of MATLAB prepared corner detection source code, together with the graphics for the detection algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-17
    • 文件大小:83968
    • 提供者:null
« 1 2 34 5 6 7 8 9 10 ... 20 »

源码中国 www.ymcn.org