搜索资源列表

  1. Harris-detection

    0下载:
  2. Harris角点检测算法的课件,比较实用,便于理论理解和指导实际编程-Harris corner detection algorithm courseware, more practical, easy to understand and guide the actual programming theory
  3. 所属分类:行业发展研究

    • 发布日期:2024-05-18
    • 文件大小:953344
    • 提供者:玉海
  1. SUSAN

    0下载:
  2. 本算法实现了基于SUSAN的角点检测算法,使用MATLAB实现- This algorithm based on SUSAN corner detection algorithm, using MATLAB
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:8192
    • 提供者:胡屯仓
  1. susan_corner

    0下载:
  2. 本算法实现了基于opencv的susan角点检测算法,实现效果相对于Harris效果较好。- This algorithm has realized the Susan corner detection algorithm based on opencv, implementation effect relative to the Harris effect is better.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:胡屯仓
  1. Harris

    0下载:
  2. 角点检测算法:先进行图像滤波,然后高斯平滑去除噪声,计算角点量,局部最大值拟制,最终确定角点。-Corner detection algorithm: first, image filtering, Gaussian smoothing to remove noise and then calculate the amount of corners, the local maximum fiction, ultimately deter
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:张会林
  1. getMoravecCorners

    0下载:
  2. Moravec角点检测算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。-Moravec corner detection algorithm to corner points defined as having a low "autocorrelation" point. Algorithm detects images of
  3. 所属分类:OpenCV

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:陈飞
  1. HarrispointDetect

    0下载:
  2. Harris角点检测算法,对做图像的特征点匹配时有很大的帮助,希望大家好好学习。-Harris corner detection algorithm to do image matching feature points when there is a great help, I hope we can learn from.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:mary
  1. corner_detection

    0下载:
  2. 改进的角点检测算法,即在角点检测前进行一个初始判断。这种方法比原来的角点检测算法的计算量更小-modified corner detection method,which gives the original picture a initial judgement before corner detection. It saves a lot calculation.
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:彭启超
  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-18
    • 文件大小:1024
    • 提供者:hataken
  1. harris

    0下载:
  2. 基于harris的角点检测算法,可检测图像的角点-Based on Harris corner detection algorithm, which can detect the corners of the image
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:lyc
  1. My_corner

    0下载:
  2. 仅用opencv读图,c语言实现了harris角点检测算法-Opencv only interpret blueprints, c language the harris corner detection algorithm
  3. 所属分类:OpenCV

    • 发布日期:2024-05-18
    • 文件大小:1602560
    • 提供者:金圣韬
  1. coraseHarrisAndCanny

    0下载:
  2. harris角点检测算法 结合opencv实现-coraseHarrisAndCanny with opencv
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:21504
    • 提供者:creed
  1. Moravec

    0下载:
  2. Moravec角点检测算法是最早的角点检测算法之一。该算法将角点定义为具有低“自相关性”的点。算法会检测图像的每一个像素,将像素周边的一个邻域作为一个patch,并检测这个patch和周围其他patch的相关性。这种相关性通过两个patch间的平方差之和(SSD)来衡量,SSD值越小则相似性越高。-Moravec corner detection algorithm principle
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:193536
    • 提供者:梅栋
  1. corner

    0下载:
  2. CSS 改进的曲率尺度空间的角点检测算法-improved curvature scale space corner detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:5120
    • 提供者:huoxing1
  1. Harris

    0下载:
  2. 基于MFC的Harris角点检测算法。程序中用到了dibapi这个类库中的函数来读取图像,处理图像。 -Based on MFC Harris corner detection algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3059712
    • 提供者:周翔
  1. corner_part

    0下载:
  2. Harris角点检测算法的研究,主要从梯度和结构张量两方面的编程-Harris corner detection algorithm research, mainly from the gradient and programming structure tensor both
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:刘萍
  1. Harris-corner-detection-algorithm

    0下载:
  2. 基于Harris角点检测算法的Matlab源程序及其改进程序。-Based on Harris corner detection algorithm Matlab source and improve the program.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:陈云鹏
  1. Harmat

    0下载:
  2. HARRIS角点检测算法,算法已修改,经过测试可以运行,对规则图像的检测效果较好,但对模糊对象检测效果不佳,您可以根据需要进行修改。-HARRIS corner detection algorithm, the algorithm has been modified, the test can be run, it was used to detect the image of fuzzy rules, but the object d
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:3405824
    • 提供者:xml
  1. harris

    0下载:
  2. 角点检测算法,VC实现,有一定的学习价值-Corner detection algorithm,VC algorithm, there is some learning value
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:zhuyingshen
  1. harris_y

    0下载:
  2. harris角点检测算法,计算机视觉,包含自己的测试图片。-harris corner detection algorithms, computer vision, contains its own test images.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1118208
    • 提供者:康越
  1. 3D-Reconstruction.

    0下载:
  2. 择了一种速度、特征点数量和精度都比较好的组合方案:FAST角点检测算法+sift特征描述子+FLANN(Fast Library for Approximate Nearest Neighbors) 匹配算法。-Choose a speed and precision of the number of feature points are relatively good combination scheme: FAST corner d
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-18
    • 文件大小:7534592
    • 提供者:qinqin
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 20 »

源码中国 www.ymcn.org