登录
首页 » Visual C++ » speech-emotion-recognition

speech-emotion-recognition

于 2014-04-21 发布 文件大小:1460KB
0 239
下载积分: 1 下载次数: 52

代码说明:

  过特定人语音情感数据库的建立;语音情感特征提取;语音情感分类器的设计,完成了一个特定人语音情感识别的初步系统。对于单个特定人,可以识别平静、悲伤、愤怒、惊讶、高兴5种情感,除愤怒和高兴之间混淆程度相对较大之外,各类之间区分特性良好,平均分类正确率为93.7 。对于三个特定人组成的特定人群,可以识别平静、愤怒、悲伤3种情感,各类之间区分特性良好,平均分类正确率为94.4 。其中分类器采用混合高斯分布模型。(The system of speech emotion recognition)

文件列表:

语音情感识别系统
................\as.cpp,624,2012-07-03
................\as.h,827,2012-07-03
................\Debug
................\.....\vc60.idb,181248,2012-07-03
................\.....\vc60.pdb,69632,2012-07-03
................\.....\语音情感识别系统Doc.obj,23700,2012-07-03
................\.....\语音情感识别系统Doc.pch,5071964,2012-07-03
................\.....\语音情感识别系统Doc.pdb,25600,2012-07-03
................\dialog1.cpp,997,2012-07-03
................\dialog1.h,1223,2012-07-03
................\MainFrm.cpp,2798,2012-07-03
................\MainFrm.h,1582,2012-07-03
................\ReadMe.txt,4453,2012-07-03
................\res
................\...\BITMAP3.BMP
................\...\BITMAP4.BMP
................\...\BITMAP5.BMP
................\...\BITMAP6.BMP
................\...\BITMAP7.BMP
................\...\BITMAP8.BMP,302,2012-07-03
................\...\BMP0.BMP,302,2012-07-03
................\...\BMP00001.BMP,302,2012-07-03
................\...\BMP00002.BMP,302,2012-07-03
................\...\BMP00003.BMP,302,2012-07-03
................\...\BMP00004.BMP,302,2012-07-03
................\...\BMP1.BMP,302,2012-07-03
................\...\BMP10.BMP,302,2012-07-03
................\...\BMP13.BMP,302,2012-07-03
................\...\BMP14.BMP,302,2012-07-03
................\...\BMP15.BMP,302,2012-07-03
................\...\BMP18.BMP,302,2012-07-03
................\...\BMP2.BMP,302,2012-07-03
................\...\BMP9.BMP,302,2012-07-03
................\...\ICO00001.ICO,766,2012-07-03
................\...\ICON1.ICO,766,2012-07-03
................\...\ROBOT.ICO,1078,2012-07-03
................\...\robotDoc.ico,1078,2012-07-03
................\...\Toolbar.bmp,1078,2012-07-03
................\...\语音情感识别系统.ico,1078,2012-07-03
................\...\语音情感识别系统.rc2,408,2012-07-03
................\...\语音情感识别系统Doc.ico,1078,2012-07-03
................\Resource.h,2389,2012-07-03
................\StdAfx.cpp,218,2012-07-03
................\StdAfx.h,1054,2012-07-03
................\语音情感识别系统.clw,3113,2012-07-03
................\语音情感识别系统.cpp,4193,2012-07-03
................\语音情感识别系统.dsp,6442,2012-07-03
................\语音情感识别系统.dsw,557,2012-07-03
................\语音情感识别系统.h,1348,2012-07-03
................\语音情感识别系统.ncb,74752,2012-07-03
................\语音情感识别系统.opt,52736,2012-07-03
................\语音情感识别系统.plg,2207,2012-07-03
................\语音情感识别系统.rc,15213,2012-07-03
................\语音情感识别系统Doc.cpp,1704,2012-07-03
................\语音情感识别系统Doc.dsp,3559,2012-07-03
................\语音情感识别系统Doc.dsw,563,2012-07-03
................\语音情感识别系统Doc.h,1439,2012-07-03
................\语音情感识别系统Doc.ncb,41984,2012-07-03
................\语音情感识别系统Doc.opt,48640,2012-07-03
................\语音情感识别系统Doc.plg,906,2012-07-03
................\语音情感识别系统View.cpp,2515,2012-07-03
................\语音情感识别系统View.h,1849,2012-07-03

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • xihua
    图像细化处理的C代码,效果较好,对初学者有较好的参考作用(Image processing of C code, the effect is good, is good for beginners reference)
    2014-07-07 16:21:02下载
    积分:1
  • eye-gaze-estimation
    文中主要研究使用普通的摄像头进行人眼视线方向的估计。在综合介绍了各种人眼视线检测方法的基础上提出了一种新的图像处理的方法来检测人眼视线方向(The main study used an ordinary camera line of sight of the human eye is estimated. In the consolidated a variety of the human eye sight detection method based on a new image processing method to detect the line of sight of the human eye)
    2012-07-10 21:37:32下载
    积分:1
  • CSC.EGBIS.JSEG.Meanshift
    经典的4种彩色图像分割方法:CSC.EGBIS.JSEG.Meanshift 的VC++实现;及相关英文文献。绝对值得拥有!哈哈...(The classic four kinds of color image segmentation method: CSC.EGBIS.JSEG.Meanshift of VC++ implementation and the relevant literature in English. Definitely worth having!ha ha ...)
    2010-03-08 17:16:14下载
    积分:1
  • Lsm_match
    最小二乘图像影像匹配方法,一个很详细的源码例程,有过程有结果,希望对初学者有帮助。高斯解方程,以及最小二乘匹配,里面都很详细。(Squares image image matching method, a very detailed source code routines, the outcome of the process, I hope to help beginners. Gaussian solution of equations, and least squares matching, which is very detailed.)
    2013-07-18 16:52:41下载
    积分:1
  • bilateralFilter
    说明:  平台基于visual studio2015,使用opencv函数实现双边滤波,进行图像处理(bilateral Filter based on opencv)
    2020-06-20 05:00:01下载
    积分:1
  • dianziwenxiang
    该代码采用opencv环境来实现灰度投影估计电子稳像算法,能够很好地解决视频序列抖动问题。(The code uses the opencv environment to achieve the gray projection algorithm, which can solve the problem of video sequence jitter.)
    2015-12-08 12:05:44下载
    积分:1
  • hhh
    说明:  关于图像处理技术在冬小麦测试中的应用,用VC编的软件能对小麦进行二值化处理,中值滤波和灰度变换。(On image processing technology in the winter wheat test the application of the software made by VC on wheat binarization processing, median filtering and gray-scale transformation.)
    2008-10-23 22:42:29下载
    积分:1
  • GrayIMG
    将一幅rgb图像转换成灰度图像,并显示出灰度图像。(the functon is to make a rgb image to gray image.)
    2015-10-02 21:41:03下载
    积分:1
  • BWLabel
    二值图像连通域分析,和MATLAB中bwlabel函数功能相似(Connected domain analysis of binary image, and bwlabel similar function in MATLAB)
    2015-07-27 16:35:25下载
    积分:1
  • Fcorrnerdeteeo
    用于摄像机标定的Harris角点检测代码码。能达到亚像素精度。压缩包内附说明文档。 (Harris corner detection for camera calibration code code. To achieve sub-pixel accuracy. The compressed package included documentation.)
    2020-11-11 15:29:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载