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++ .
add a comment