搜索资源列表
VC++数字图象获取处理计算法
- 分别讨论了位图及图像类的概念、图像获取、图像增强、图像复原、正交变换、压缩编码、图像配准、运动检测、特征提取、图像分割及识别的相关知识,基本涵概了从图像获取到图像处理的各个领域,并结合Microsoft公司面向对象的可视化集成编程系统Visual C++,给出了相应的算法和完整的源代码。 -discussed a bitmap image and the concept of class, image acquisition, image enhancement, image restora
SPlatForm
- 我自己用vc写的语音特征提取程序,执行程序后,在上面的搜索前输入你的音频文件的路径,按搜索就回把把结果存放到e:/tt.dat里面,你还要在e盘建立一个tt.txt文件-I write with vc voice feature extraction procedures, implementation procedures, in the above search before you import the audio files path, according to search put b
speech_analysis
- 这时一个语音特征提取的程序源码,除了包含矩阵运算和矢量运算外,还包含了很多语音特征的提取算法,包括:共振峰(formant)提取、基音(pitch)提取、端点(endpoint)检测、线性预测系数(LPCC)、MFCC、LSF、PLCC、EPOCH等。这是我见到的最全的语音分析源码,推荐!-Then a voice feature extraction procedures source, in addition to containing matrix and vector operation
matlabyuyinshibiesuanfa
- matlab语音识别算法,包括预处理,特征提取,训练,识别算法,基于hmm模型-Matlab speech recognition algorithms, including preprocessing, feature extraction, training, recognition algorithm based on model hmm
SpeechSignalFeatureExtractioncprogram
- 主要描述了基于特定人语音信号特征提取以及相关代码-Mainly describes the people on the basis of specific speech signal feature extraction and related code
LD
- 语音识别中lpc特征提取算法,采用LEVINSON-DURBIN算法,c编程,简单易懂,还包含该算法原理的word详细说明资料。-Lpc speech recognition feature extraction algorithm using LEVINSON-DURBIN algorithm, c programming, easy-to-read, the algorithm also includes detailed information of the word.
MATLAB-YUYINSHIBIE
- 这是语音识别的几个程序,包括语音的特征提取、端点检测的程序。-This is the number of speech recognition procedures, including the voice feature extraction, endpoint detection procedure.
speechcode1
- matlab中用于输入语音信号,特征提取,建立模型,识别判决等三部分的源码。-matlab input speech signal is used, feature extraction, modeling, identification judgments, such as the source of three parts.
fenzhenchuli
- 语音特征提取,如过零率,能量比,短时能量。须导入MAV音频。-Voice feature extraction, such as zero-crossing rate, energy ratio, short-term energy. MAV audio to be imported.
mfcc
- 语音信号的初始化及MFCC特征提取算法,附带测试用语音信号-Voice signal and the initialization MFCC feature extraction algorithm, with test speech signal
ImagePatternRecognition
- 本书介绍图像模式识别的各种算法及其编程实现步骤。全书共分为10章,内容包括:模式识别的基本概念,位图的基础知识,分类器设计,模板匹配分类器,基于概率统计的Bayes分类器,几何分类器,神经网络分类器,图像分割与特征提取,聚类分析,模糊聚类分析,遗传算法聚类分析-Image Pattern Recognition
RELAX
- RELLAX算法,特征提取,目标识别,很好的资料!-RELLAX algorithm, feature extraction, object recognition, very good information!
BP
- 用BP神经网络进行手写数字的识别,特征提取是基于统计模式识别的方法-BP neural network with the handwritten numeral recognition, feature extraction is based on statistical pattern recognition approach
spectrum
- 对功率谱的估计,可对图像,语音等多媒体文件进行功率谱计算后进行特征提取-Of the power spectrum estimate, the image, voice and other multimedia files after calculating the power spectrum feature extraction
15810493voice_recognition
- 提取声音基频,对于语音识别和语音频谱分析提供一定便利(Extraction voice frequency)
audio-feature-extraction
- 音频的特征提取,是用python写的,里面有readme可以查看(audio features extraction)
LPCC
- 线性预测倒谱系数(Linear Prediction Cepstrum Coefficient,LPCC)是线性预测系数(Linear Prediction Coefficient,LPC)在倒谱域中的表示。该特征是基于语音信号为自回归信号的值设,利用线性预测分析获得倒谱系数。(Linear Prediction Cepstrum Coefficient)
color
- 图像颜色特征提取(三阶矩)完整代码;stricker和0reng0提出了颜色矩的方法,颜色矩是一种简单有效的颜色特征表示方法,有一阶矩(均值)、二阶矩(标准差)和三阶矩(斜度)等,由于颜色信息主要分布于低阶矩中,所以用一阶矩,二阶矩和三阶矩足以表达图像的颜色分布,颜色矩已证明可有效地表示图像中的颜色分布(Image color feature extraction (three moments) complete code;Stricker and 0reng0 proposed a metho
yuchuli1
- 基于python平台的语音信号的预处理和MFCC39维度的特征提取(MFCC based on python)
脉搏波时域特征提取
- 脉搏波的时域特征提取,主要包括有效值,平均值,阈值等