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.