搜索资源列表

  1. 20063311048067583

    0下载:
  2. 角点是图像的重要特征,一般指曲率大的边缘点,该代大戏是用MATLAB编写的角点检测算子。-corner image is an important characteristic of large curvature generally refers to the brink, The show is substituting prepared using MATLAB corner detection operator.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:60416
    • 提供者:王一林
  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. Harriscornerdetectionsourcecode

    0下载:
  2. source code of Harris corner detection -source code of Harris corner detection
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:2900992
    • 提供者:miaowei
  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. 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. biaoding

    1下载:
  2. 基于机器视觉的摄像机标定程序,采用高斯角点检测,达到良好的标定效果-Based on machine vision camera calibration procedure, using Gaussian corner detection to achieve a good calibration of the effect of
  3. 所属分类:图形图像处理(光照,映射..)

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

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

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

    0下载:
  2. 实现在屏幕右下角弹出小窗口效果,可以用作短消息提示-To achieve the lower right corner of the screen small window pop-up effect, can be used as a short message prompts
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:nwu
  1. corner_detector

    0下载:
  2. 我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceeding
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:60416
    • 提供者:sam he
  1. susan

    0下载:
  2. 基于susan算法的角点检测程序,susan算法也是一个很出色的算法,有的效果甚至比harris还好-Susan algorithm based on corner detection procedures, susan algorithm is also a very good algorithm, and some effect even better than the harris
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1525760
    • 提供者:lina
  1. HarrisandForstner

    0下载:
  2. 关于角点检测算法Harris,Forstner经典算子在VC++中的实现,该方法对图象清晰的效果好,所以检测前最好进行锐化什么的 -On the corner detection algorithm for Harris, Forstner operator in classical VC++ Of realize that this method is a clear effect on the image at all, so
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:187392
    • 提供者:wlq
  1. Cornerandsusan

    0下载:
  2. 关于边缘检测算法Corner susan经典算子在matlab中的实现-Edge detection algorithm on the Corner susan classical operator in matlab realize in
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 在给大家上传一个MATLAB角点检测的程序,希望对大家有用,-To the U.S. to upload a MATLAB corner detection procedures, in the hope that useful to everybody,
  3. 所属分类:matlab例程

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

    0下载:
  2. 经典的harris corner代码,在vc++下实现检测精度高。-Harris corner classic code, in vc++ Achieve high detection accuracy.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:3432448
    • 提供者:王月领
  1. Harris_Corner_Detector_VC_source_code

    0下载:
  2. Harris Corner Detector(VC source code) 利用harris corner detector检测图象中的角点。-Harris Corner Detector (VC source code) use harris corner detector detecting image in the corner.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:45056
    • 提供者:wuming
  1. 22219011211120071115164509189959

    0下载:
  2. SUSAN算子用于角点检测的基本步骤: 1) 对于感兴趣的每个象素点(一般的情况就是图像中的每个象素点)作用一圆模板; 2) 根据亮度比较函数计算圆模板中的USAN区域; 3) 根据几何阈值,计算象素点的初始响应; 4) 使用USAN重心与核中心的距离法则去除伪角点,使用USAN重心与核中心的连线上的每个点都必须在USAN区域来保证算法的一致性(即USAN区域的相连性) 5) 对每个象素点的响应,使用 (或更大)的窗口搜索局部极大值,进
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:4109312
    • 提供者:张妙言
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org