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

搜索资源列表

  1. HarrisCorner

    0下载:
  2. harris角点检测,可以自己设置参数,检测结果用红色叉叉表示,效果比较好。-harris corner detection, you can set their own parameters, test results indicated that叉叉in red, the effect is better.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:56563
    • 提供者:韩坤芳
  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
    • 文件大小:754027
    • 提供者:韩坤芳
  1. harris

    0下载:
  2. 本程序用matlab程序,用harris法来实现了寻找角点-This procedure using matlab procedures harris method used to achieve the search Corner
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:959
    • 提供者:李燕
  1. tuxiangpinjiefa

    0下载:
  2. 一种全自动稳健的图像拼接融合算 提出了一种全自动稳健的图像拼接融合算法。此算法采用Harris角检测算子进行特征点提取,使提取的 精度达到了亚像素级,然后以特征点邻域灰度互相关法进行特征点匹配得到了初步的伪匹配集合,并运用稳健的 RANSAC算法将伪匹配点集合划分为内点和外点,在内点域上运用LM优化算法精确地估计出了图像间的点变 换关系,最后采用颜色插值对交接处进行颜色过渡。整个算法自动完成,它对有较大误差或错误的特征点数据迭代 过滤,并用提纯后的数据来做模型估计 -A ro
  3. 所属分类:Special Effects

    • 发布日期:2016-05-19
    • 文件大小:117698
    • 提供者:王钰
  1. harris2

    0下载:
  2. 角点检测程序,利用matlab编写,harris算法-Corner detection procedures, the use of matlab to prepare, harris algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:969
    • 提供者:
  1. keypointExtraction

    0下载:
  2. corner detector code including harris,gills,log and so on-corner detector code including harris, gills, log and so on
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:351626
    • 提供者:jz
  1. Harris_conner_detection

    0下载:
  2. Harris_conner_detection,用MATLAB实现Harris角点检测算子的源码,用于特征点提取及图像配准等。-Harris_conner_detection, use MATLAB to achieve Harris corner detection operator of the source code for the feature point extraction and image registration and so on.
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1505
    • 提供者:zhangrui
  1. harris_video

    0下载:
  2. 此代码可以在Visual C++和OpenCV开发环境下对视频图像实现harris角点检测-This code can be Visual C++ And OpenCV development environment for the realization of video images harris corner detection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:10450
    • 提供者:张豪
  1. Harris_NCC_detection_matching

    0下载:
  2. Implement in C, the Harris corner detector and the normalized cross correlation (NCC).
  3. 所属分类:2D Graphic

    • 发布日期:2017-04-14
    • 文件大小:4166
    • 提供者:Min-Liang Wang
  1. jiaodianHarris

    0下载:
  2. harris角点提取算法,效果很好,大家一定要看看,很有用的-harris corner extraction algorithm, the effect well, everyone must have to see, very useful
  3. 所属分类:Special Effects

    • 发布日期:2017-04-12
    • 文件大小:1447
    • 提供者:lijun
  1. harrisdetector

    0下载:
  2. harris角点检测算法,有详细的备注,可以设置输入参数,检测效果很好-harris corner detection algorithm, there is detailed Remarks, Detect good effect
  3. 所属分类:Special Effects

    • 发布日期:2017-04-13
    • 文件大小:1646
    • 提供者:马庆丽
  1. detectionCornerHarris

    0下载:
  2. detection corner for harris
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:331779
    • 提供者:rigvedas1
  1. Harriscornerdetection

    0下载:
  2. Harris Corner detection algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:837
    • 提供者:Kainjan
  1. susanandHarris

    0下载:
  2. 包括harris经典算法、harris-Laplace算法,以及susan算法,鲁棒性好-Harris, including the classic algorithm, harris-Laplace algorithm, as well as susan algorithm, better robustness
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:107131
    • 提供者:yingzi0505
  1. harris.m

    0下载:
  2. 图象的角点检测程序,我在硕士毕业论文中曾经采用它作为比较.-Image corner detection process, at my master' s thesis in that it once used as a comparison.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1512
    • 提供者:留云
  1. HarrisCorner

    0下载:
  2. 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:85107
    • 提供者:Ke Li
  1. NEWHARRIS

    0下载:
  2. harris角点检测功能,可用于多种图像 -harris corner detection function can be used for a variety of image
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:60714
    • 提供者:coco
  1. HarrisCorner

    0下载:
  2. Harris Corner operator algorithm opens bmp
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-29
    • 文件大小:57221
    • 提供者:trzi
  1. palm

    1下载:
  2. 自己做的掌纹识别小软件,呵呵, 有灰度处理、图象滤波、HARRIS角点检测、小波分解。提取热区,数学生态学等功能-own small palm print recognition software, Oh, gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the function of mathematical ecology
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-30
    • 文件大小:132385
    • 提供者:陈明
  1. harris3

    0下载:
  2. Feature point detection using Harris method
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-12
    • 文件大小:1494
    • 提供者:mahmoud
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com