找一些matlab人体行为动作识别的代码
时间: 2023-05-29 17:04:30 浏览: 435
以下是一些MATLAB人体行为动作识别的代码:
1. 基于深度学习的人体姿态识别代码:https://github.com/CMU-Perceptual-Computing-Lab/openpose
2. 基于SVM(支持向量机)算法的人体行为识别代码:https://github.com/guoxiaolu/Action-Recognition
3. 基于CNN(卷积神经网络)的人体行为识别代码:https://github.com/kyd9957/Action-Recognition-in-Videos-using-CNN
4. 基于KNN(K最近邻)算法的人体行为识别代码:https://github.com/paceville/KNN-Action-Recognition
5. 基于HMM(隐马尔可夫模型)的人体行为识别代码:https://github.com/Sharpiless/ActionRecognitionHMM
6. 基于特征提取和分类器的人体行为识别代码:https://github.com/SunDaDenny/Action-Recognition-Opencv-Matlab
这些代码可以用于人体行为动作识别,适用于各种应用领域,如安防监控、智能家居、自动驾驶等。用户可以根据自己的需求选择合适的代码进行使用。
阅读全文