搜索资源列表

  1. Harris-Corner

    0下载:
  2. harris角点检测算法的实现,做特征跟踪方面的人可以借鉴
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:56167
    • 提供者:lina
  1. harris(vc++)

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

    • 发布日期:2008-10-13
    • 文件大小:586680
    • 提供者:小兔兔牙
  1. 角点检测算法用于图像匹配

    0下载:
  2. Harris角点检测算法的VC++实现,速度快,精度高。
  3. 所属分类:GDI/图象编程

    • 发布日期:2009-03-17
    • 文件大小:579609
    • 提供者:liujingui611
  1. HarrisCorner

    0下载:
  2. harris角点检测算法代码,可以检测图像中的角点并在图像上显示出角点位置,采用VC实现,编译后可以直接运行。-harris corner detection algorithm code, can detect images in the corner and shown in the image on the corner position, the realization of the use of VC, the compile
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. harris角点检测算法的实现,做特征跟踪方面的人可以借鉴-harris corner detection algorithm, feature tracking to do side can learn from
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3761152
    • 提供者:lina
  1. stereovisionbased_harris

    0下载:
  2. 使用Harris角点检测和退火算法实现立体匹配-The use of Harris corner detection and annealing algorithm for stereo matching
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:Richard Chang
  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-21
    • 文件大小: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-21
    • 文件大小:3022848
    • 提供者:bin
  1. lubangxingdetuxiangpinjie

    0下载:
  2. 图像拼接的核心是图像的配准.提出一种准确、高效的图像拼接方法:利用Harris角点检测算子提取相邻图 像的特征点,通过Euclid度量改进熵变换的算法,进行特征点匹配,并通过最小均值二乘估计求解相邻图像的变换 矩阵,以此实现宽视角图像的拼接.实验结果表明:所给出的算法能够实现场景图像的精确匹配. -Image mosaic is the core of image registration. Make an accurate
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:160768
    • 提供者:王钰
  1. HarrisJiaoDianJianCe

    0下载:
  2. Harris的角点检测算法的MATLAB程序实现-Harris corner detection algorithm of the MATLAB program
  3. 所属分类:matlab例程

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

    0下载:
  2. Harris角点检测算子是一种稳健性较强的算子,通过算法可以实现光学图像的角点检测,对SAR图像检测效果不理想-Harris corner detection operator is a strong stability of operator, can be achieved through the method of optical image corner detection, detection of SAR images is
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2880512
    • 提供者:tom
  1. Harris_VC

    0下载:
  2. 基于VC++的Harris角点检测算法的实现,可以对边界进行检测-VC++ based on the Harris corner detection algorithm can detect the boundary
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:598016
    • 提供者:sdfsdfsd
  1. harris1

    0下载:
  2. 此算法实现了灰度图像harris角点检测算法,并且最后用彩色图像进行显示-harris corner point detector
  3. 所属分类:图形图像处理(光照,映射..)

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

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

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

    0下载:
  2. 数字图像处理编程-Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。-Digital image processing program-Harris corner detection algorithm of corner, edge detection, with a test image. Includes not only all the source co
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. 特征提取是图像配准的重要步骤,使用Harris角点检测算法实现图像拼接。-Feature extraction is an important step in image registration, using Harris corner detection algorithm for image mosaic.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:22528
    • 提供者:王羽
  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

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

    0下载:
  2. 数字图像处理编程-Harris角点检测算法实现了角点,边缘的检测,附有测试图片。不仅包括了全部源程序,还有PPT的讲义。经测试,程序运行正确。-Digital image processing program-Harris corner detection algorithm of corner, edge detection, with a test image. Includes not only all the source co
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:3420160
    • 提供者:cuiyue
  1. HarrisDetrction

    0下载:
  2. 利用C++ 编写了一个关于角点检测的算法实现,本程序实现了Harris角点检测算法。-Written using C++ a on the corner detection algorithm, the program implements the Harris corner detection algorithm.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:126976
    • 提供者:ver
  1. 实现Harris角点检测算法

    0下载:
  2. 基于vs2010实现Harris角点检测算法(C语言)(Implementation of Harris corner detection algorithm)
  3. 所属分类:OpenCV

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

源码中国 www.ymcn.org