搜索资源列表

  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. 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. 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. fast-C-src

    0下载:
  2. 一种快速的角点检测算法,剑桥的代码.据说可以达到实时处理.-a fast corner detection algorithm, Cambridge code. It is said you can achieve real-time processing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:19456
    • 提供者:cc
  1. susaVC

    0下载:
  2. 使用vc编写的一个harris角点检测程序-use vc harris prepared in a corner detection procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:12288
    • 提供者:赵丽平
  1. Palm

    0下载:
  2. 自己做的掌纹识别小软件,呵呵, 有灰度处理、图象滤波、HARRIS角点检测、小波分解。提取热区,数学生态学等功能-own small palm print recognition software, Oh, gray processing, image filtering, detection angle HARRIS, wavelet decomposition. Heat extraction zone, the functio
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-10
    • 文件大小:5547008
    • 提供者:linhao
  1. CPD

    0下载:
  2. 曲线角点检测的二种算法,用VC6实现,带有6点测试用例。-curve corner detection of two types of algorithms, using VC6 realized, with 6:00 Test.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-10
    • 文件大小:227328
    • 提供者:凌建发
  1. SusanEdge

    0下载:
  2. 拿VC编写基于MFC模式的susan边缘角点检测程序-Canal VC MFC model based on the preparation of the susan edge angle detection procedures
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:4682752
    • 提供者:刘索山
  1. cornerdet01

    0下载:
  2. 角点检测程序,能够标记出图像中的角点。角点检测是图像匹配对第一步-corner detection procedures can mark up images of the corner. Corner detection is the first step in image matching
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 另一个图像角点检测程序,用于灰度图像的角点检测,角点检测是图像匹配的第一步-corner detection procedures for the gray-scale image corner detection, corner detection is the first step in image matching
  3. 所属分类:图形/文字识别

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

    0下载:
  2. 用于彩色图像的角点检测,检测出彩色图像中的角点,以便用来进行图像匹配-for color image corner detection, detection of the color image corner, to be used for image matching
  3. 所属分类:图形/文字识别

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

    0下载:
  2. Matlab下的SUSAN角点检测算法,数字图象处理-Matlab under SUSAN corner detection algorithm, digital image processing
  3. 所属分类:图形图像处理(光照,映射..)

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

源码中国 www.ymcn.org