Changes between Version 4 and Version 5 of ViterbiAlgorithm
- Timestamp:
- Nov 11, 2013, 10:12:28 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ViterbiAlgorithm
v4 v5 1 1 This is a quick description of the '''Viterbi algorithm''', aka dynamic programming algorithm. Text is based from the doc/viterbi.txt file (once) included in the FFmpeg tree, text by Michael Niedermayer. 2 2 3 == Problem description == 3 4 Assume we have a 2D table: 4 5 … … 46 47 }}} 47 48 49 == Viterbi algorithm == 48 50 The Viterbi algorithm simply solves column by column. For the previous column each point has a best path and an associated 49 51 score:
