搜索资源列表

  1. step1_findcorners

    0下载:
  2. 基于OpenCV的角点检测程序,需要有OpenCV支持,程序比较简单,没有界面-based on the angle detection procedures, the need for OpenCV support, procedures are relatively simple, no interface
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:14336
    • 提供者:陈凡
  1. jiaodian

    0下载:
  2. 有matlab编写的harris角点检测程序,效果明显,简单易懂!-are prepared by the Matlab harris corner detection procedures and the results clearly and easily understood!
  3. 所属分类:分形几何

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

    0下载:
  2. 用opencv函数库做的关于图像角点检测的程序-using OpenCV library done on the corner of an image detection procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1382400
    • 提供者:刘冰
  1. susandetector

    0下载:
  2. SUSAN边缘检测及角点检测的vc实现代码,用于静态图象的边缘及角点检测,效果要视具体图象来定-SUSAN edge detection and corner detection of vc achieve code for static images and the edge angle detection, the effect would depend on the specific images to determine
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:10240
    • 提供者:李杰
  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
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:6144
    • 提供者:肖雪
  1. 7PT4QSE8

    0下载:
  2. Matlab_Harris角点检测程序-Matlab_Harris corner detection procedures
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:587776
    • 提供者:孙南
  1. HarrisCorner10

    0下载:
  2. Harris Corner角点检测程序,检测图像上的角点,并用红圆在图像上标出,VC6下编译通过。-Harris Corner corner detection procedures, testing images on the corner, and with a red circle marked on the images, VC6 under compile.
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:61440
    • 提供者:路香群
  1. harris_detect

    0下载:
  2. 本程序实现打开两幅图像并且提取Harris角点,是角点特征匹配的第一步,对做立体匹配的朋友来说是一个很好的资源。-the program opened two images and extract Harris Corner, Corner is the first step to feature matching, so stereo matching pair of friends is a good resource.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-10
    • 文件大小:11872256
    • 提供者:*2000
  1. ex01

    0下载:
  2. opencv在vc下,读入连续图像,并输出边缘和角点的程序-OpenCV in vc, read consecutive images, and output edge and corner procedures
  3. 所属分类:GDI/图象编程

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

    0下载:
  2. 从其它地方下关于Harris角点检测算法的原码,原作者的邮件地址如下 bugzhao@sdu.edu.cn-from elsewhere Harris on the next corner detection algorithm of the original code, Author's e-mail addresses are bugzhao@sdu.edu.cn
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:579584
    • 提供者:lsp
  1. IMPROVEDHARRISCorner

    0下载:
  2. 经典的Harris角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。-classic Harris corner detection algorithm improved VC code, Gray can be used to extract image feature points for the match, motion estimation, optical flow, s
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:95232
    • 提供者:陈宣雅
  1. IMPROVEDSUSANDETECT

    0下载:
  2. 经典的SUSAN角点检测算法经过改进的VC代码,可以用来提取灰度图象的特征点,用于匹配,运动估计,光流计算,形状分析等。- The classical SUSAN vertex examination algorithm after the improvement VC code, may use for to withdraw the gradation image characteristic point, uses in to
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:3293184
    • 提供者:陈宣雅
  1. MORAVECCORNERMATCH

    0下载:
  2. 角点匹配算法,使用MORAVEC角点检测算法,可以很好的实现两幅图象中角点的匹配。-Corner matching algorithm, MORAVEC angle detection algorithm, can achieve two very good image corner of the match.
  3. 所属分类:GDI/图象编程

    • 发布日期:2024-05-10
    • 文件大小:120832
    • 提供者:陈宣雅
  1. HarrisCornerDetector

    0下载:
  2. 一种很好的角点检测算法harris,供大家参考学习用.-a good angle detection algorithm harris, for your reference to study.
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:352256
    • 提供者:adan
  1. openCVVC.netvc620060703

    0下载:
  2. 一篇很不错的在VC6和vc.net中使用加载opencv beta 5的文章,里面含有安装配置并附加打开文件、角点检测、轮廓跟踪等源程序。-a very good and the VC6 vc.net use of beta load OpenCV five articles , it contains configuration and installation of additional open files, corner det
  3. 所属分类:图形图象

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

    1下载:
  2. 供摄像机标定用的共面模板角点提取算法,以及摄像机标定算法,-camera calibration for the coplanar Corner template extraction algorithm, and camera calibration algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:89088
    • 提供者:例为
  1. Cornerdetection

    0下载:
  2. 特征提取是变化检测中一个关键问题,角点的检测显得格外重要,vc++角点检测源代码-feature extraction change detection is a key issue, corner detection is particularly important, Kok vc++ source code detection
  3. 所属分类:图形图像处理(光照,映射..)

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

    0下载:
  2. Harris Corner角点检测,可以通过设置高斯窗口宽度、高斯函数方差、非极大抑制领域和阀值,来改变提取点角点的范围和数目。-corner detection, can set the Gaussian width of the window, Gaussian function variance, non-inhibited areas and great threshold to change the point from th
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:3793920
    • 提供者:王天麟
  1. HarrisMatlabSrc

    0下载:
  2. harris 角点检测的Matlab程序-harris corner detection of the Matlab program
  3. 所属分类:图形图象

    • 发布日期:2024-05-10
    • 文件大小:297984
    • 提供者:吴博灵
  1. corner_detect

    0下载:
  2. 原创的角点检测程序,使用 VC++ 编写,通过调用 Intel 的 OpenCV 库实现。-original corner detection, the use of VC prepared by calling Intel's OpenCV library implementation.
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:44032
    • 提供者:付富
« 1 2 34 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org