搜索资源列表

  1. CornerMatchingAlgorithmUsingMORAVECCornerDetection

    0下载:
  2. 角点匹配算法,使用MORAVEC角点检测算法,可以很好的实现两幅图象中角点的匹配-Corner matching algorithm, using MORAVEC corner detection algorithm, two images can achieve a good match in the corner
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:124928
    • 提供者:田瑞霞
  1. MeanShift

    0下载:
  2. 为了提高经典的Mean Shift算法在复杂场景中的跟踪性能,提出了一种基于角点的目标表示方法。首 先,利用Harris角点检测算法提取表示目标主要特征的角点 其次,基于提取的角点,建立目标模型,将其嵌入 Mean Shift算法进行跟踪。该方法仅用少量的关键点表示目标,能够自动去除目标和背景中的次要特征,有效地 抑制背景成分对目标定位的影响,从而改进Mean Shift目标跟踪算法的性能。-To imp rove the
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:331776
    • 提供者:高雪
  1. harris

    0下载:
  2. 图像harris角点检测算法,用于图像匹配,拼接-Image harris corner detection algorithm for image matching, stitching
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:郭靖
  1. HarrisDetect

    0下载:
  2. HARRIS 角点检测算法。本算法在VC2008 环境下实现,使用opencv2.0 版本。-HARRIS corner detection algorithm. The algorithm VC2008 environment to achieve, the use of opencv2.0 version.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:282624
    • 提供者:qqqqqq
  1. Voting-strategy

    0下载:
  2. 本文提出了一种由粗到细的图像配准方法。该方法首先由多尺度Harris角点检测 算法提取出参考图像和目标图像的特征角点-This paper presents a coarse-to-fine image registration methods. In this method, the multi-scale Harris corner detection algorithm to extract the reference ima
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:625664
    • 提供者:漫天飞雪
  1. susan_conner_point

    0下载:
  2. 用于图像匹配的SUSAN角点检测算法。内附说明。-For image matching SUSAN corner detection algorithm. Included instructions.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:6144
    • 提供者:宋万禄
  1. XviD

    0下载:
  2. SUSAN算子是角点检测算法中的典型,这是VC环境下的源代码。-detection of the source code. Relatively simple descr iption of the procedures with the Chinese
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:71680
    • 提供者:fg
  1. find_obj

    0下载:
  2. sift角点检测算法,按照论文编写。是我从网上找到的代码,觉得挺好和大家分享。-sift corner detection algorithm, according to papers prepared. I found the code from the Internet, I feel very good to share.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:963584
    • 提供者:陈鹏
  1. VCPPHarris

    0下载:
  2. 基于vc++6.0的Harris角点检测算法,方便实用-Vc++6.0 based on the Harris corner detection algorithm, convenient and practical
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3168256
    • 提供者:jly
  1. fast9

    0下载:
  2. 实现FAST9算法,效率高,速度快,思想新颖,对角点检测有兴趣的可以参考一下-FAST9 algorithm to achieve high efficiency, fast, innovative thinking, on the corner detection are interested can refer to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:7168
    • 提供者:quying
  1. learn_FAST-20060307.tar

    0下载:
  2. FAST角点检测算法的c语言源代码,对角点检测有兴趣的可以参考一下-FAST corner detection algorithm c language source code, on the corner detection are interested can refer to
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:17408
    • 提供者:quying
  1. Harris-corner-detection-algorithm

    0下载:
  2. 基于Harris角点检测算法的图像拼接技术研究-Harris corner detection algorithm based on image stitching technology research
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1157120
    • 提供者:kop
  1. FasterCorner

    0下载:
  2. 快速角点检测算法,速度比SIFT,SURF等特征快10倍以上,角点检测的重复精度较高,广泛应用于增强现实等对速度要求比较高的场合-Fast corner detection algorithm, faster than the SIFT, SURF and other features more than 10 times faster, corner detection of a high repeat accuracy, widel
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:59392
    • 提供者:严冬
  1. SUSAN

    0下载:
  2. 一种改进的快速SUSAN角点检测算法. SUSAN角点检测算法对图像中的每个像素都要进行36次查表和比较的运算,浪费了大量的时间,快速SUSAN角点检测算法的具体步骤如文章所示-An improved rapid SUSAN corner detection algorithm. SUSAN corner detection algorithm for each pixel in the image should be 36 times
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:chang
  1. Harris

    0下载:
  2. 角点检测算法,Harris算法,角点检测的经典算法,值得初学者参考。-Corner detection algorithm, Harris algorithm, a classic corner detection algorithm, it is reference for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:哥琴
  1. HARRSI

    0下载:
  2. Harris角点检测算法,应用于图像的形状检索-Harris corner detection algorithm applied to the shape of the image retrieval
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:352256
    • 提供者:林中正
  1. Harris_meanshift

    0下载:
  2. 将meanshift算法思想融入harris角点检测算法中,通过设置门限终止迭代漂移,亚像素级别地进行角点检测。-The mean shift algorithm ideas into a corner detection algorithm, terminate the iteration drift, carried out by the sub-pixel level corner detection limit by setti
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3072
    • 提供者:guerchengmin
  1. harris

    0下载:
  2. 基于harris的角点检测算法和hough直线检测。去判断图片角点和线存在的位置-base on the haries corner detect algorithm and hough line detection. find the corner and line on the picture.
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:jihang
  1. 61664425harris

    0下载:
  2. 数字图像处理角点检测算法,很实用,需要的人可以参考一下!好东西共同分享。-Digital image processing, corner detection algorithm, very practical, and can refer people in need! Good things to share.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:758784
    • 提供者:贾勇
  1. Moravec-Harris

    0下载:
  2. 角点是图像中的重要特征,在图像配准与匹配、运动分析、目标识别、目标跟踪等领域中均得到了广泛的应用。 Moravec和Harris算法是计算机视觉领域中应用比较广泛的角点检测方法。介绍了Moravec和Harris及其改进等四种常 用的角点检测算法的实现原理及其特点,并对这四种方法进行了分析、比较,给出了它们的效率性能评价。然后通过实验 研究了它们在角点检测的速度、正确率和抗噪性等方面的差异,探讨了各种算法的优势和缺陷。最后,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:240640
    • 提供者:Jason
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 20 »

源码中国 www.ymcn.org