0

I have been working on activity recognition problem using Opencv in linux environment. I reached up to sequence of symbol(using k-means clustering). And now I want to train those sequence of different activity using Hidden Markov Model in C++. But I don't know where to start? I went through this code but didn't find the how to give different sequence and get the trained model?

Any help on this will be truly appreciated.

Some programmer dude
  • 400,186
  • 35
  • 402
  • 621
Darshan
  • 151
  • 5
  • 13
  • 2
    [What have you tried](http://mattgemmell.com/2008/12/08/what-have-you-tried/) – Some programmer dude Aug 20 '12 at 06:11
  • You should browse the SO. One possible answer is here: http://stackoverflow.com/questions/9733090/issue-in-training-hidden-markov-model-and-usage-for-classification – count0 Sep 05 '12 at 13:00

1 Answers1

1

A very similar question is answered here.

There you can find some implementation in C++.

Community
  • 1
  • 1
nkint
  • 11,513
  • 31
  • 103
  • 174