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

搜索资源列表

  1. Corner

    0下载:
  2. corner detection 角点检测的详细程序,也许对于你检测目标有辅助作用-corner detection angle detection of the procedures in detail, perhaps for your testing objectives supporting role
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:60704
    • 提供者:ss
  1. Harris Corner

    0下载:
  2. 网上一直没有Harris算法的VC程序 无奈 自己写一个吧 用了两个小时就写好了 非常简陋 大家凑合着看 代码没有任何优化 内存也没来得及释放... 但角点检测效果还是不错的 而且参数可以调节 2005年12月11日 http://contact.ys168.com/ bugzhao@sdu.edu.cn-Harris algorithm VC procedures helpless himself wrote it with a two hour writ
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:57612
    • 提供者:赵辉
  1. corner-detection

    0下载:
  2. 这是在 Ruadhan 提供的源代码基础上做了一些修改,可以检测图像中的角点。应用环境是:OPENCV BETA 4,VC6 编译运行通过。-Ruadhan This is the basis of the source code to do some modifications, can detect images of the corner. Application Environment : OPENCV BETA 4, VC6 compiler running through.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:6015
    • 提供者:肖雪
  1. corner match

    0下载:
  2. 图像中对特征点,如角点的检测算法-image of feature points, such as the corner detection algorithm
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:115601
    • 提供者:谭一飞
  1. Corner

    0下载:
  2. 一种比较好用的边缘检测方法CORNER Find corners in tensity image. % CORNER works by the following step: % 1. Apply the Canny edge detector to the gray level image and obtain a % binary edge-map. % 2. Extract the edge contours from the edge-map, fill the ga
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:79363
    • 提供者:林蛋大
  1. Corner

    0下载:
  2. 根据论文Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support算法写的角点检测
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:110290
    • 提供者:张三
  1. FAST角点检测算子的C语言实现

    1下载:
  2. FAST角点检测算子的C语言实现,作者原作,FAST corner detection in C
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-04-21
    • 文件大小:24936
    • 提供者:douhao
  1. harris-corner-detector.rar

    0下载:
  2. harris角点检测算法,用于图像拼接的配准,harris corner detection algorithm for image mosaic of the registration
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:433367
    • 提供者:夏前
  1. Harris-Corner

    0下载:
  2. Harris角点检测的一套完整程序,可能对大家有用-Harris corner detection of a complete set of procedures that may be useful to everyone
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2868167
    • 提供者:babydream
  1. Harris-Corner

    0下载:
  2. Harris Corner很好用的VC++Harris Corner-Harris Corner very well with the VC++ Harris Corner
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:580100
    • 提供者:宋雷
  1. corner

    0下载:
  2. vc++和OpenCV结合找出图片中的角点,并且做出标记。此程序同时可以用于图片特征点的提取,用于特征匹配的后续开发做准备。-vc++ and OpenCV combination to find the picture of the corner and make a tag. At the same time, this procedure can be used for image feature points extraction, feature matching for the fo
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:171958
    • 提供者:黄蓝
  1. fast-corner-detect

    1下载:
  2. 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-02-17
    • 文件大小:2283301
    • 提供者:liqi
  1. Harris-Corner

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

    • 发布日期:2017-03-25
    • 文件大小:36916
    • 提供者:tlcling
  1. Corner

    0下载:
  2. 角点检测的程序代码,能对简易图象的角点进行提取,实验证明很有效。-Corner detection procedure code, simple images on the corner point extraction, proved very effective.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:53949
    • 提供者:王洪蕾
  1. corner.m

    0下载:
  2. 另一种算法的图象角点检测程序,可同时检测边缘.-Another algorithm for image corner detection process, the edge can be detected simultaneously.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-08
    • 文件大小:7336
    • 提供者:留云
  1. Harris-corner-detect

    0下载:
  2. Harris角点检测程序。选定图像中某以区域,通过设置角点的最大个数和最小个数来设定检测阈值。-Harris corner detection process. A selection of images to the region by setting the maximum number of corners and the minimum number to set the detection threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-23
    • 文件大小:352696
    • 提供者:孙谦
  1. Corner

    2下载:
  2. 这是一个用Matlab编写的提取图像轮廓并且标示出图像中拐点的例子,输出拐点的坐标。-This is an extract prepared using Matlab image contours and marked a corner in the example image, the output coordinates of corner.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2928792
    • 提供者:谷敬
  1. harris-corner-detector

    0下载:
  2. Harris角点检测,附有图片,对进行电子稳像技术研究可以提供一定的帮助。-Harris corner detection, with a picture of the electronic image stabilization technology can provide some help.
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:432986
    • 提供者:王勇
  1. corner detect

    1下载:
  2. 用于多边形角点检测,主要针对二值化后的图像进行处理(Used for polygon corner detection, mainly for two valued image processing)
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:棠梨不煎雪
  1. matsab-corner-srocedure

    1下载:
  2. 采用matlab编写的角点提取程序,可以方便的提取几何图像的所有角点(Using matlab corner extraction procedure, easy to extract all the corner point geometry image)
  3. 所属分类:系统编程

    • 发布日期:2019-04-10
    • 文件大小:843776
    • 提供者:WMQY_859147
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com