Activity recognition using sift or hog
1 回表示 (過去 30 日間)
古いコメントを表示
Hi All,
I need to do activity recognition using SIFT or HOG or motion SIFT. I searched everywhere but I could not get an inkling about how to go about it or is this even possible? Can someone please point me in the right direction? I am pretty keen to use matlab only for this.
Thanks in advance Mehwish
0 件のコメント
回答 (1 件)
Gayathri
2025 年 2 月 5 日
For activity recognition, it would not be a good idea to use SIFT or HoG. It would be better to use "signalTimeFeatureExtractor" in MATLAB combined with machine learning to perform the same.
Please refer to the below documentation link on "Human Activity Recognition Using Signal Feature Extraction and Machine Learning". This will assist you with the task at hand.
You can also refer to the below link, which does activity recognition using the Optical Flow data.
Hope you find this information helpful!
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!