搜索资源列表

  1. susan

    0下载:
  2. 本代码是对susan算子的实现,susan可以提取图像的边缘和角点,对噪声不敏感,且速度快,目前主要是用于提取角点-This code is susan Operator realize, susan can extract image edge and corner, is not sensitive to noise and speed, are mainly used to extract corner
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1715200
    • 提供者:fanlijie
  1. harris

    0下载:
  2. 两幅图像拼成全景图。Harris角点检测选特征点,配对过程比较原始,有点慢,ransac算法提取有效配对点,计算projective transformation.最后拼全景图。 需要CIMG库支持,jpeg图像还需要magickimage库. Linux g++编译通过,编译加 -lX11 -lpthread -ljpeg, windows 下未试验.-Two images spell panorama. Harris corne
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:王萍
  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-10
    • 文件大小:473088
    • 提供者:mawei
  1. ACombinedcrnerdetecto

    0下载:
  2. 本文是Harris角点匹配的英文原文,介绍的非常详细,可供学习之用-This is the Harris corner match the original English text, the very detailed introduction for learning
  3. 所属分类:技术管理

    • 发布日期:2024-05-10
    • 文件大小:667648
    • 提供者:sunyan
  1. Calibr_2d_plate

    0下载:
  2. 在计算机视觉中首先一步是计算每个摄像机的参数(外参和内参),这是重建物体所必须的,这一个过程称为摄像机定标(camera calibration)。这是我自己写的一个简单的采用2维模板(模板是由黑白相间的格子组成,格子大小60cm×60cm)定标的程序,交互性比较好,每个角点通过鼠标点击自动获取。-Computer Vision in the first step is to calculate the parameters of ea
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1959936
    • 提供者:陈墨
  1. SUSAN_CORNER_MATCH

    0下载:
  2. 本MATLAB 程序 利用SUSAN 算子来检测用点 通过角点来 计算角点处的128维向里 对这些基准图像和实时图像的向量进行匹配 实现图像的配准确 从而得到仿射变换参数-The MATLAB program using SUSAN operator to detect the use of points through the corner points to calculate the angle to where the 128-
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:
  1. EDGE_MATCHES

    0下载:
  2. 本程序是基于边缘的图像配准 伸用图像的边缘进行图像配准 先检测图像的边缘 选取图像中 最长的边缘 检测边缘上的角点信息 利用角点处的曲率 生成向量 自量匹配 进行图像配准
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:
  1. TPointInfo

    0下载:
  2. 角点检测: 最简单的一种角点检测算子,但是由于采用了非最大化抑制,效果和OpenCV相当 输入的ImageGray为图像的灰度描述,WBPoint为Boolean数组,ImagePoint为标准角点检测算子运行后的检测值。-Corner Detection: The simplest type of corner detection operator, but due to the non-maximization of inh
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3072
    • 提供者:g
  1. corner

    0下载:
  2. 基于OPENCV的,用VC++编的角点检测程序.-Based on the OPENCV with VC++ Series of corner detection procedures.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:94208
    • 提供者:朱晨
  1. ccornerd

    0下载:
  2. 图像角点提取-harris,以及非最大抑制等,并有其他角点检测代码-Image Corner Detection-harris, as well as non-maximal inhibition, and has other corner detection code
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:389120
    • 提供者:Jinlan Wang
  1. 5-2

    0下载:
  2. 找出图形中的角点,采用opencv编写 具有很强的检测能力,对于矩形及多边形的角点都能检出-Graphics to identify the corner points, using opencv preparation has a strong ability to detect, for rectangular and polygonal corner points can be detected
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:94208
    • 提供者:萧枫
  1. Forstnercornerdetect

    0下载:
  2. 原创:根据里面的PPT自己编写的角点定位算子Forstner,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的-Original: According to inside PPT prepared their own corner positioning operator Forstner, the method of image clear effect at all, so the pre-test to sharpen wh
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1100800
    • 提供者:
  1. susan2l

    0下载:
  2. 是快速角点检测的susan的算法,是最初的版本,我们实验都用这个-Is a fast corner detection algorithm of susan is the original version, we experiment with this
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:潘宁
  1. DImageProcessing

    0下载:
  2. 学习图像处理的好例子,包括常见的图像处理代码:点运算(图像反色、线性变换,灰度均衡等),几何变换(缩放、平移、镜像等等) 正交变换(付立叶、离散余弦变换等) 图像增强(图像平滑、中值滤波等) 形态学变换、边缘与轮廓、图像分析、图像复原、图像编码、角点检测等 -Learning a good example of image processing, including the common image processing
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2039808
    • 提供者:chenjianping
  1. corner

    0下载:
  2. 角点检测程序(需要opencv库的支持)-Corner detection process (the need to support the opencv library)
  3. 所属分类:2D图形编程

    • 发布日期:2024-05-10
    • 文件大小:264192
    • 提供者:
  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-10
    • 文件大小:64512
    • 提供者:sdfsdf
  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-10
    • 文件大小:1024
    • 提供者:范一峰
  1. code

    0下载:
  2. 角点检测程序源码,使用的是HARRIS角点提取方法,效果很好。-Corner detection program source code, using extraction methods HARRIS corner, very good.
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. harris角点检测算子,该代码运行速度快-harris corner detection operator, the code to run faster
  3. 所属分类:书籍源码

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:拉克
  1. Harris

    0下载:
  2. 给出用VC实现的Harris角点提取的程序-Given by VC realized Harris Corner Detection procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2903040
    • 提供者:wuxiao
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

源码中国 www.ymcn.org