CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - MATLAB SURE

搜索资源列表

  1. 用bandelet进行图像分割的matlab代码

    2下载:
  2. A Matlab Tour of Second Generation Bandelets 附有每部分代码的说明 function x = perform haar transform(x, dir); x = x(:); % to be sure we have a column vector J = floor( log2(length(x)) ); % number of scales if dir==1 % forward transform for j=1:J c = x(
  3. 所属分类:图形图像处理(光照,映射..)

  1. eyefinder(TOOLBOX).rar

    0下载:
  2. 用于人脸检测中的眼睛定位 用MATLAB编写 可运行,make sure that mp_eyefinderMex is the active project dll file will be added to the matlab file. setpath or move to the matlab file to run *note after matlab is ran you will need to clear out dll from matlab befo
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:760653
    • 提供者:林明
  1. waveletdenoising(matlab)

    0下载:
  2. 本程序采用SURE域值选择算法对信号去噪-This procedure using SURE threshold selection algorithm of signal de-noising
  3. 所属分类:Wavelet

    • 发布日期:2017-03-30
    • 文件大小:1335
    • 提供者:jiali
  1. G_P

    2下载:
  2. 此程序是用G-P算法计算关联维数Dc。 注意:一定要下载混沌工具箱后使用。-This procedure GP algorithm is the correlation dimension Dc. Note: Be sure to use the chaos toolbox download。
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:689
    • 提供者:李林
  1. fr

    0下载:
  2. Write a Matlab program which solves the initial value problem y  = (xy − y2)/x2, y(1) = 2, by the order four Runge-Kutta method, over the interval [1, 3] using steps of h = 1/128. The exact solution to this problem is given by y(x) = x/
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-22
    • 文件大小:742
    • 提供者:liuzhenghao
  1. Facerecognition

    0下载:
  2. 人脸识别因其在安全验证系统、信用卡验证、医学、档案管理、视频会 议、人机交互、系统公安(罪犯识别等)等方面的巨大应用前景而越来越成为 当前模式识别和人工智能领域的一个研究热点。 本文提出了基于24位彩色图像对人脸进行识别的方法,介绍的主要内容是图像处理,它在整个软件中占有极其重要的地位,图像处理的好坏直接影响着定位和识别的准确率。本软件主要用到的图像处理技术是:光线补偿、高斯平滑和二值化。在识别前,先对图像进行补光处理,再通过肤色获得可能的脸部区域,最后根据人脸固有眼睛的对称性来确
  3. 所属分类:Document

    • 发布日期:2017-05-09
    • 文件大小:2287015
    • 提供者:张雨
  1. waveletdenoise

    0下载:
  2. 这是本人的图像处理作业 包括利用各种基于小波的去噪过程,如硬阈值 软阈值等。。内容很丰富哦!相信一定对你有帮助的!-This is my image processing operations including the use of wavelet-based de-noising process, such as a hard threshold, such as soft-thresholding. . Oh, the content is very rich! I am sure wil
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:480911
    • 提供者:大禹
  1. BaseOnWaveLab

    0下载:
  2. SURE和LAWMLShrink图像去噪方法MATLAB程序,希望对大家有帮助,仅供大家参考,希望有用-SURE, and LAWMLShrink Image Denoising MATLAB program, we want to help, only for your reference and hope be useful
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:1728
    • 提供者:dongxiaoming
  1. slamToolbox

    1下载:
  2. Joan Solà编写6自由度扩展卡尔曼滤波slam算法工具包,解决视觉和机器人定位SLAM的一些列算法matlab工具包,对机器人定位和地图创建以及基于视觉的定位有很大帮助-This toolbox performs 6DOF SLAM using the classical EKF implementation. It is conceived as an "active-search" SLAM. It is provided for free under the GPL license
  3. 所属分类:matlab

    • 发布日期:2014-10-08
    • 文件大小:948415
    • 提供者:tony_gu
  1. rnnsimv2

    0下载:
  2. RNNSIM v.2 package contains a number of m-files for training and evaluation of the random neural network. All functions have been thoroughly tested. After downloading the separate files or the zipped file, make sure that they are stored or
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:309289
    • 提供者:hacen
  1. gvfsnakeMATLAB

    1下载:
  2. gvf snake 邊緣檢測範例(包含範例圖)-1. Introduction and Installation Instructions ---------------------------------------------- Welcome to the Gradient Vector Flow (GVF) Active Contour Toolbox. The Matlab*.m files in this software distribution imp
  3. 所属分类:matlab例程

    • 发布日期:2017-04-09
    • 文件大小:1561803
    • 提供者:Jason Wang
  1. 001

    0下载:
  2. 因为MATLAB需要用到处理器的数学运算部分(MATLAB默认用的是INTEL的数学处理单元),故需要设置一下BLAS(Basic Linear Algebra Subroutines,就是"基础线性几何子程序"的意思)环境变量. 首先请确认你的MATLAB的文件夹中有如下文件:atlas_Athlon.dll(AMD系列的请用这个), atlas_P4.dll(P4的用这个),atlas_PIII.dll(P3的用这个),atlas_PII.dll(P2的用这个),这些是对应处理器的数值运算
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:547
    • 提供者:吴斌
  1. fdp5finalMatlab.tar

    0下载:
  2. 这是一个使用了Gabor特征提取和人工智能的人脸检测系统源代码 使用步骤: 1. 拷贝所有文件到MATLAB工作目录下(确认已经安装了图像处理工具箱和人工智能工具箱) 2. 找到"main.m"文件 3. 命令行中运行它 4. 点击"Train Network",等待程序训练好样本 5. 点击"Test on Photos",选择一个.jpg图片,识别。 6. 等待程序检测出人脸区域 createffnn.m, d
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:140797
    • 提供者:郑碧波
  1. tt

    0下载:
  2. MATLAB确定几何边界区域函数,用来计算偏微分方程的部分计算源代码-MATLAB sure geometry region function is used to calculate the boundary, partial differential equations of the calculation source code
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:684
    • 提供者:qi jiang peng
  1. 100sampe-of-matlab

    0下载:
  2. 最全面的matlab编程源代码,100个源代码例子,强烈推荐!本科毕业设计,研究生,博士生,发文章仿真实验肯定能用到。-The most comprehensive matlab programming source code, strongly recommended, design graduate, graduate, doctoral student, made sure that the article can be used to simulate experiments.
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:163327
    • 提供者:zhouwenju
  1. SURE-Wavelet-Image-Denoising

    0下载:
  2. A New SURE to Image Denoising_Interscale Orthonormal Wavelet Thresholding的实验仿真matlab代码及论文2007Florian Luisier等提出-A New SURE to Image Denoising_Interscale Orthonormal Wavelet Thresholding 2007Florian Luisier
  3. 所属分类:Special Effects

    • 发布日期:2017-05-24
    • 文件大小:7849723
    • 提供者:汪涛
  1. ISOMAP.MATLAB

    1下载:
  2. ISOMAP算法的matlab源程序,可直接运行,对于matlab的初学者有很好的借鉴意义,强烈推荐-It is a process written for ISOMAP algorithm.I am sure you will enjoy it
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:888
    • 提供者:SM
  1. matlab

    0下载:
  2. MATLAB画三维图像的,很实用。我想对大家肯定会很用,高斯滤波器,滤噪声。-About three-dimensional image drawn by MATLAB, and very practical. I want to I am sure you will be using
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:5985
    • 提供者:xiaoxiao
  1. matlab

    1下载:
  2. matlab鱼眼图像全景展开算法,附有效果图,自己写的,确保可以执行,-Fisheye image panoramic unwrapping algorithm, with renderings, write your own, make sure you can perform, thank
  3. 所属分类:Special Effects

    • 发布日期:2016-01-12
    • 文件大小:444416
    • 提供者:周飚
  1. Technical-indicators-by-Matlab

    2下载:
  2. 用matlab编写了20几个常见的技术指标,方便大家开发策略时候,直接调用。 1)编写这些函数不是技术活,完全是体力活 2)之所以编写这些函数,一来是自己研究所需,二来自己编写过程中能够感悟到蕴含在公式中的思想 3)几乎所有函数,我都用数据测试过,并和交易开拓者、同花顺等计算的值进行了比对,最大程度 上保证指标算法的准确性。虽然已近极力避免错误,但是还是可能出现一些这样那样的错误,所以 请批判性使用这些函数 4)如果对这些函数有疑问(比如有些指标可能会有不同的处理方法
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:179874
    • 提供者:也有
« 12 3 4 »
搜珍网 www.dssz.com