文件名称:GaitRecognition
- 所属分类:
- 图形图像处理(光照,映射..)
- 资源属性:
- [Matlab] [源码]
- 上传时间:
- 2013-04-12
- 文件大小:
- 12kb
- 下载次数:
- 0次
- 提 供 者:
- 夏*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
里面包含了步态识别的整一套流程的代码实现,包括从视频流里面提取图片帧,背景建模,提取运动目标(运动检测),形态学处理(膨胀与腐蚀,连通性检测),归一化大小,步态能量图的构建,主成分分析(PCA)降维,线性判别分析(LDA)分类等等功能的代码实现。均通过测试。-Contains the gait recognition of the whole process of a set of code, including the extraction and picture fr a mes from the video stream, and background modeling, extract the moving object (motion detection), morphology processing (expansion and corrosion, connectivity), normalized size, gait energy diagram construction, principal component analysis (PCA) dimensionality reduction and linear discriminant analysis (LDA) classification code implementation and so on functions. All pass the test.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
generateGEI.asv
generateGEI.m
LDA_2D.m
makeDir.asv
makeDir.m
makeDir.txt
MakeGaborKernal.m
makeTestSetPath.txt
makeTrainSetPath.txt
normalization.asv
normalization.m
PCA_2D.asv
PCA_2D.m
randomSubspace.asv
randomSubspace.m
resize.asv
resize.m
run.asv
run.m
setPath.m
GaborFilter.m