Ask Your Question

asma's profile - activity

2017-06-01 14:21:50 -0600 received badge  Notable Question (source)
2016-01-27 17:28:29 -0600 received badge  Popular Question (source)
2014-02-26 10:29:11 -0600 received badge  Student (source)
2014-02-23 11:23:39 -0600 asked a question how to use Hidden Markov Model

How to use hidden markov model in the project related with handwritten recognition in opencv c++

2014-02-19 23:18:23 -0600 asked a question How to use intensity features in Hand written recongition using HMM

My project is recognition of handwritten text using Hidden Markov Model, i have extracted 30 intensity features from the word , after this project requirement is to use these features as input to Hidden Markov model to classify the word. I am not able to use these features ie integer values into HMM . Please help me to use hmm in my opencv code c++ .