搜索资源列表

  1. harris_detect

    0下载:
  2. 本程序实现打开两幅图像并且提取Harris角点,是角点特征匹配的第一步,对做立体匹配的朋友来说是一个很好的资源。-the program opened two images and extract Harris Corner, Corner is the first step to feature matching, so stereo matching pair of friends is a good resource.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:11872256
    • 提供者:*2000
  1. Harris_Corner

    0下载:
  2. Harris Corner角点检测,可以通过设置高斯窗口宽度、高斯函数方差、非极大抑制领域和阀值,来改变提取点角点的范围和数目。-corner detection, can set the Gaussian width of the window, Gaussian function variance, non-inhibited areas and great threshold to change the point from th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3793920
    • 提供者:王天麟
  1. HarrisMatlabSrc

    0下载:
  2. harris 角点检测的Matlab程序-harris corner detection of the Matlab program
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:297984
    • 提供者:吴博灵
  1. VC_Harris_detector

    0下载:
  2. 使用vc开发的harris算法源代码,对进行特征匹配研究的同仁有借鉴作用。-use vc harris development of the algorithm source code to match the features of the study are useful colleagues.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:579584
    • 提供者:周东
  1. Harrisfunction

    0下载:
  2. Harris算法原理: 角点:最直观的印象就是在水平、竖直两个方向上变化均较大的点,即Ix、Iy都较大 边缘:仅在水平、或者仅在竖直方向有较大的变化量,即Ix和Iy只有其一较大 平坦地区:在水平、竖直方向的变化量均较小,即Ix、Iy都较小-Harris algorithms for : Corner : The most visual impression is the standard, two vertical d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:卢在盛
  1. susan-harriscorner-5.13

    0下载:
  2. susan\harris的算法改进实现,用vc开发,效果不错。-susan \ harris algorithm improvements achieved with the development of vc good results.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-21
    • 文件大小:116736
    • 提供者:haha
  1. stereo

    0下载:
  2. 立体视觉代码。主要过程包括:harris角点检测,zncc最优策略匹配,扩散得到更多特征对应,计算disparity和对应颜色值。另外提供了两幅图片以及对应的特征匹配的结果和disparity图像。-Three-dimensional visual codes. The main process includes: harris corner detection, zncc optimal strategy for matching,
  3. 所属分类:3D图形编程

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

    0下载:
  2. 构建了一种新的Harris多尺度角点检测算法,角点的图像配准算法的配准精度-Construction of a new multi-scale Harris corner detection algorithm, corner of the image registration algorithm for registration accuracy
  3. 所属分类:图形图象

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

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

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

    0下载:
  2. harris, harris-laplace方法,特征点检测方法总结-harris, harris-laplace method, Feature Point Detection Methods
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. Harris角点提取算法和改进的Harris角点提取算法 -Harris Corner Detection algorithm and improved Harris Corner Detection Algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:华思雨
  1. harris-matlab

    0下载:
  2. 对harris角点有简单通俗的讲解,用VC++实现角点检测,适合初学者-Harris corner of a simple explanation popular with VC++ Achieve corner detection, suitable for beginners
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:4324352
    • 提供者:雷子
  1. susanandHarris

    0下载:
  2. 包括harris经典算法、harris-Laplace算法,以及susan算法,鲁棒性好-Harris, including the classic algorithm, harris-Laplace algorithm, as well as susan algorithm, better robustness
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 程序包含三个点特征提取算子: 1.Forstner点特征提取 2.Harris点特征提取经典算法 3.Harris点特征提取改进算法 利用vc++编程实现,对三种方法提取结果进行比较-Procedures for feature extraction of three-point operator: 1.Forstner point feature extraction feature extraction 2.Harr
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:4003840
    • 提供者:feitian
  1. kp_harrislaplace

    0下载:
  2. K. Mikolajczyk的尺度不变harris-laplace keypoint检测-K. Mikolajczyk of the scale-invariant harris-laplace keypoint detection
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:杨森泉
  1. affintpoints

    0下载:
  2. Harris, Laplace, det(H), Ridge兴趣点检测,包括了laplace迭代过程-Harris, Laplace, det (H), Ridge interest point detection, including laplace iterative process
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:464896
    • 提供者:唐玉娟
  1. feature-extract

    1下载:
  2. 几个大牛对集成了国内外特征提取最前沿的算法,特征提取,DOG,HARRIS,HARRIS-LAPLACE,HARRIS-AFFINE,MSER.描述符,SIFT,AFFINE-SIFT,GLOH.经测试,速度快,描述符准确。-Integration of feature extraction algorithms from several expert of domestic and international, feature ext
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:1218560
    • 提供者:肖锋
  1. harris-laplace

    0下载:
  2. 这是基本的脚点检测算法,里面包含了harris detector和harris-laplace detector code,便于操作。-This is the basic foot-point detection algorithm, which includes harris detector and harris-laplace detector code, easy to operate.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:137216
    • 提供者:王迪
  1. harris-laplace

    0下载:
  2. harris-laplace是基于DOG算法的改进,从不同尺度提取特征点,规避了不同尺度提取同一特征的缺陷。-feature detector
  3. 所属分类:Windows编程

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

    0下载:
  2. Harris-laplace稳定角点提取特征。-Harris-laplace stable corner detection feature.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:4651008
    • 提供者:zhushidong
« 12 »

源码中国 www.ymcn.org