This project parses a small discrete HMM from a text file, reads an observation sequence, runs the Viterbi dynamic programming algorithm (using log-probabilities), and prints the most likely ...
Here, we use the pre-implemented edge_strength method to get the edge strength. The stronger the edge(higher pixel value) the higher the probability of it being the ...