CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 特征提取 MATLAB

搜索资源列表

  1. qiuxielv

    0下载:
  2. 求信号的斜率,在一个周期内求的,在matlab中实现的,是提取特征时用到的。-Seek the slope of the signal, in a demand cycle, in matlab to implement, is used when extracting features. The body s signals.
  3. 所属分类:File Formats

    • 发布日期:2017-04-08
    • 文件大小:2252
    • 提供者:
  1. image-processing

    0下载:
  2. 利用matlab实现图像处理里的实现图像边缘检测、图像分割、特征提取以及图像数字识别等任务。 对图像分别进行模糊、锐化、和直方图均衡化处理,画出处理结果。实现整幅图像的边缘检测,可以看出有肖像画或素描的效果,画出处理结果。-Matlab realize image edge detection in image processing, image segmentation, feature extraction and image numeral recognition task. Fuzz
  3. 所属分类:Software Testing

    • 发布日期:2017-11-17
    • 文件大小:2181614
    • 提供者:Haibin Zhang
  1. matlab论文

    0下载:
  2. 数字图像处理(DigitalImageProcessing)是通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。数字图像处理的产生和迅速发展主要受三个因素的影响:一是计算机的发展;二是数学的发展(特别是离散数学理论的创立和完善);三是广泛的农牧业、林业、环境、军事、工业和医学等方面的应用需求的增长。
  3. 所属分类:文档资料

    • 发布日期:2012-12-08
    • 文件大小:56684920
    • 提供者:849443155@qq.com
  1. Matlab-extracted-pulse-parameters

    1下载:
  2. 利用Matlab编程,从脉搏波频谱中获取与人体生理病理相应的信息特征,实现了参数提取的程序化,取代了人工读图的过程。-Matlab programming from the pulse wave spectrum to obtain the appropriate information and human physiological and pathological characteristics, parameter extraction procedures, replacing the
  3. 所属分类:Communication

    • 发布日期:2017-11-25
    • 文件大小:216095
    • 提供者:陈泽奇
  1. 0

    0下载:
  2. 利用主元分析和奇异值分解进行人脸特征提取的方法(并详细阐述其在PQRSQT中的实现过程(包括读取图像文件U计算均值脸U求特征值和特征向量(计算人脸特征参数-实现过程均给出了MATLAB代码-Using principal component analysis and singular value decomposition facial feature extraction method (and detail its in the PQRSQT in the implementation pr
  3. 所属分类:Project Design

    • 发布日期:2017-11-19
    • 文件大小:5358827
    • 提供者:michael
  1. Images-Texture-Features.

    0下载:
  2. 纹理图像的特征提取,这对日后用MATLAB提取相关特征值有一定的引导作用-Texture image feature extraction, which extracts relevant features using MATLAB future value of certain guide
  3. 所属分类:Development Research

    • 发布日期:2017-11-23
    • 文件大小:20044057
    • 提供者:葛静
  1. aa

    0下载:
  2. 小波模极大值用于边缘特征提取.很好的一个matlab算法,可以直接验证。-Wavelet modulus maxima for edge feature extraction algorithm matlab good one can be directly verified.
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3724
    • 提供者:牛牛
  1. MATLABcode

    0下载:
  2. matlab中对图形轮廓的特征提取代码,程序实现,-matlab in the graphic outline feature extraction code, program implementation,
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:4549
    • 提供者:foxforever
  1. Kofsky-Code-Orange

    0下载:
  2. 人脸检测,matlab源码,适合初学者使用,包括Adaboost及Haar-like特征提取-face detectiom
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:262093
    • 提供者:苏放弃
  1. Matlab

    4下载:
  2. nonmaxsup——非最大值抑制 hysthresh——设定阈值区间,返回一个二值化图像 canny——边缘探测,图像边缘增强 adjgamma——调整图像的伽马值 findline——利用线性Hough变换和Canny边缘探测得到的线上各点的坐标 circlecoords——返回由圆的半径和圆心坐标决定的圆上各点像素的坐标 houghcircle——取一幅经过canny变换的图像,利用hough变换找到图像中的一个圆 findcircle——计算所得线上各点
  3. 所属分类:software engineering

    • 发布日期:2017-03-04
    • 文件大小:4573184
    • 提供者:廖志伟
  1. xiaobotiqurenliangtuxiantezhen

    0下载:
  2. 基于matlab小波分析人脸识别的特征提取-Extraction based on wavelet analysis matlab face recognition feature
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:3700
    • 提供者:李建辉
  1. Flame-detection

    0下载:
  2. 火焰检测的matlab实现方法里面有实现特征提取语句-Flame detection
  3. 所属分类:software engineering

    • 发布日期:2017-05-03
    • 文件大小:807270
    • 提供者:kathy
  1. PCA_ORL

    0下载:
  2. 人脸识别技术作为生物体特征识别技术的重要组成部分,在近些年来已经发展成为计算机视觉和模式识别领域的研究热点。本实验是基于K-L变换的主成分分析法(PCA)在人脸识别中的应用,在ORL人脸库的基础上通过Matlab实现了快速PCA算法的验证仿真,并对样本图像进行了重构。本实验在ORL人脸库的基础上,选用每人前5张图片,共计40人200幅样本图像,通过快速PCA算法将10304维的样本特征向量降至20维,并实现了基于主分量的人脸重建,验证了PCA算法在高维数据降维处理与特征提取方面的有效性。-Fac
  3. 所属分类:Document

    • 发布日期:2017-06-13
    • 文件大小:20066829
    • 提供者:季科
  1. 5177

    0下载:
  2. 用于信号特征提取、信号消噪,这是一个好用的频偏估计算法的matlab仿真程序,本程序的性能已经达到较高水平。- For feature extraction, signal de-noising, This is a useful frequency estimation algorithm matlab simulation program, The performance of the program has reached a high level.
  3. 所属分类:software engineering

    • 发布日期:2017-12-16
    • 文件大小:4096
    • 提供者:郭邦刚
  1. bwnfn

    0下载:
  2. 分形维数计算的毯子算法matlab代码,是学习PCA特征提取的很好的学习资料,可以提取一幅图中想要的目标。- Fractal dimension calculation algorithm matlab code blankets, Is a good learning materials to learn PCA feature extraction, Target can be extracted in a picture you want.
  3. 所属分类:Communication

    • 发布日期:2017-12-13
    • 文件大小:5311
    • 提供者:李永祥
  1. kuihietang

    0下载:
  2. 利用matlab GUI实现的串口编程例子,各种资源分配算法实现,用于信号特征提取、信号消噪。- Use serial programming examples matlab GUI implementation, Various resource allocation algorithm, For feature extraction, signal de-noising.
  3. 所属分类:software engineering

    • 发布日期:2017-12-12
    • 文件大小:7526
    • 提供者:范东
  1. feibuigiu

    0下载:
  2. matlab实现了五类灰色关联度模型的计算,包含CV、CA、Single、当前、恒转弯速率、转弯模型,用于信号特征提取、信号消噪。- matlab implements five gray correlation degree computing model, It contains CV, CA, Single, current, constant turn rate, turning model, For feature extraction, signal de-noising.
  3. 所属分类:Communication

    • 发布日期:2017-12-11
    • 文件大小:5409
    • 提供者:李小琴
  1. rshtf

    0下载:
  2. 用MATLAB实现的压缩传感,基于多相结构的信道化接收机,用于信号特征提取、信号消噪。- Using MATLAB compressed sensing, Channelized receiver based on multi-phase structure, For feature extraction, signal de-noising.
  3. 所属分类:Software Testing

    • 发布日期:2017-12-14
    • 文件大小:5684
    • 提供者:胥财
  1. jj744

    0下载:
  2. 相控阵天线的方向图(切比雪夫加权),用于信号特征提取、信号消噪,利用matlab GUI实现的串口编程例子。- Phased array antenna pattern (Chebyshev weights), For feature extraction, signal de-noising, Use serial programming examples matlab GUI implementation.
  3. 所属分类:software engineering

    • 发布日期:2017-12-11
    • 文件大小:5812
    • 提供者:王峰军
  1. eigenvector

    1下载:
  2. 使用matlab的小波变换特征向量和高低频系数的提取(Using matlab wavelet transform feature vector and extraction of high and low frequency coefficients)
  3. 所属分类:文章/文档

    • 发布日期:2019-12-28
    • 文件大小:1024
    • 提供者:lwyw
« 1 23 »
搜珍网 www.dssz.com