CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - MATLAB链接

搜索资源列表

  1. Houghpeaks

    0下载:
  2. 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现 -line detection hough transform, peak detector, linear detection and link with the realization of Matlab
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:3712
    • 提供者:郭晓娟
  1. VCmdll

    0下载:
  2. C++中调用Matlab.m函数编译后的动态链接库,用于图像显示
  3. 所属分类:绘图程序

    • 发布日期:2008-10-13
    • 文件大小:431824
    • 提供者:连晓锋
  1. face-detection-designed-by-matlab

    0下载:
  2. 利用matlab实现人脸识别,将facefind函数生成.dll动态链接库,检测准确,可以检测到侧面图像,识别率95 以上。-Using matlab to achieve recognition, the facefind function generates. Dll the dynamic link library, testing is accurate, can detect the side of the image, recognition rate of 95 or more.
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-16
    • 文件大小:4110514
    • 提供者:宋洪军
  1. houghlines.rar

    0下载:
  2. 在MATLAB中,使用Hough变换做线检测和链接,In MATLAB, use Hough transform to detect and link line
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1328
    • 提供者:zuo
  1. hough

    0下载:
  2. 这是基于图像处理,用MATLAB编程,对知道图像进行边缘提取和hough线链接的程序-This is based on image processing, using MATLAB programming, to know that the image edge detection and hough line procedure link
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:990
    • 提供者:周源
  1. canny

    2下载:
  2. canny检测器是很有效的边缘检测器,该函数可以实现对目标图像的边缘提取。该方法总结如下:1.图像使用带有指定标准差的高斯滤波器来平滑,以此减少噪声;2.在每一点计算局部梯度和边缘方向;3.第二步中确定的边缘点会导致梯度幅度图像中出现脊,然后追踪所有脊的顶部,并将所有不再脊顶部的像素设置为0;4.执行边缘链接-canny detector is very effective edge detector, this function can be achieved on the target im
  3. 所属分类:Graph program

    • 发布日期:2016-01-15
    • 文件大小:185038
    • 提供者:hanyantao
  1. huffman

    1下载:
  2. 数字图像处理中的编码技术。本程序对输入的图像进行哈夫曼huffman编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像。本程序使用C++混合编程,已经编译生成了Matlab库文件,无需再与C++链接。程序包括源程序和源图像,以及编码后的结果图像。-Encoding digital image processing technology. The procedure of the input image Huffman huffman coding to show the ori
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1293513
    • 提供者:刘雨相
  1. shape-matching-cluttered-scenes-

    0下载:
  2. 旋转不变非刚性的图像匹配 。代码为matlab源码,代码注释详细,可以通过代码上的链接找到原始文献,以作详细学习-Rotation-invariant non-rigid image matching. Matlab source code, code comments in detail, you can find links to the original code on the literature, for detailed study
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:320589
    • 提供者:joe
  1. segrefine

    0下载:
  2. 经典的grabcut算法,基于matlab与VC混合编程,vc已经编译为动态链接库,matlab可以直接调用,matlab可以直接运行的-The classic grabcut algorithm matlab and VC mixed programming, vc already compiled dynamic link library, Matlab can be called directly, Matlab can be run directly
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:710168
    • 提供者:李前
  1. MatlabFns

    0下载:
  2. 关于计算机视觉和图像的matlab工具箱。包括相位一致性特征,空间特征检测,积分图像,非极大值抑制和滞后阈值,边链接和线段拟合,去噪,等-MATLAB and Octave Functions for Computer Vision and Image Processing。such as • Feature Detection via Phase Congruency • Spatial Feature Detection • Integral
  3. 所属分类:Special Effects

    • 发布日期:2017-11-01
    • 文件大小:6406144
    • 提供者:任立超
  1. cmeidangrre

    0下载:
  2. 通过在线计算锅炉效率及汽轮机效率,利用Visual C++开发DCS数据的生成程序,将Matlab文件编译为动态链接库文件或C++源程序文件,实现单元火电机组供电标准煤耗率的实时计算,并通过Matlab和C++Builder程序混合编程,结合数据库技术,实时显示机组当前的煤耗率及煤耗特性曲线.煤耗特性曲线生成软件可以脱离Matlab环境运行,在保证计算准确性及快速性的同时节省了系统资源.-Online calculation of boiler efficiency and turbine ef
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1489262
    • 提供者:李雷
  1. LibMyPlotEEG

    0下载:
  2. 绘制脑电图形,在matlab环境下制作脚本文件,编译生成动态链接库,可以在VC++环境下调用程序-Draw EEG-shaped, produced scr ipt file in the matlab environment, the compiler generates a dynamic link library, you can call the program in VC++ environment
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-15
    • 文件大小:26805
    • 提供者:任银芝
  1. particle-filter-image-tracking-dll

    0下载:
  2. 粒子滤波的跟踪程序,实现了对一个无人机的视频跟踪,国外大牛编写的,里面有matlab可以直接调用的动态链接库-particle filter , image tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-05-30
    • 文件大小:12633784
    • 提供者:
  1. dekendent_iteration

    0下载:
  2. 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现,-Detection of linear hough transform, peak detection, line detection and links of matlab,
  3. 所属分类:Graph program

    • 发布日期:2017-12-16
    • 文件大小:3072
    • 提供者:Giqbvxt
  1. 217249

    0下载:
  2. 检测直线的hough变换,峰值检测,线检测和链接的用matlab实现,-Detection of linear hough transform, peak detection, line detection and links of matlab,
  3. 所属分类:GIS program

    • 发布日期:2017-12-14
    • 文件大小:3032
    • 提供者:CKCtbynq!1365
  1. GIF_PRODUCE

    1下载:
  2. 将很多图片链接为GIF动画,matlab代码以及例子。(Many pictures are linked to GIF animation, matlab code, and examples.)
  3. 所属分类:图形图象

    • 发布日期:2018-04-28
    • 文件大小:6378496
    • 提供者:浅雨如痕
  1. SIFT算法matlab

    0下载:
  2. SIFT即尺度不变特征变换,是用于图像处理领域的一种描述。这种描述具有尺度不变性,可在图像中检测出关键点,是一种局部特征描述子。 一、SIFT算法特点: 1、具有较好的稳定性和不变性,能够适应旋转、尺度缩放、亮度的变化,能在一定程度上不受视角变化、仿射变换、噪声的干扰。 2、区分性好,能够在海量特征数据库中进行快速准确的区分信息进行匹配 3、多量性,就算只有单个物体,也能产生大量特征向量 4、高速性,能够快速的进行特征向量匹配 5、可扩展性,能够与其它形式的特征向量进行联合 —
  3. 所属分类:2D图形编程

搜珍网 www.dssz.com