Mercurial > hg > svapp
diff align/TransformDTWAligner.h @ 781:b651dc5ff555
Add subsequence option all over the place
author | Chris Cannam |
---|---|
date | Thu, 16 Jul 2020 18:01:50 +0100 |
parents | 1d6cca5a5621 |
children |
line wrap: on
line diff
--- a/align/TransformDTWAligner.h Wed Jul 01 15:34:46 2020 +0100 +++ b/align/TransformDTWAligner.h Thu Jul 16 18:01:50 2020 +0100 @@ -48,6 +48,7 @@ TransformDTWAligner(Document *doc, ModelId reference, ModelId toAlign, + bool subsequence, Transform transform, DTWType dtwType); @@ -61,6 +62,7 @@ TransformDTWAligner(Document *doc, ModelId reference, ModelId toAlign, + bool subsequence, Transform transform, MagnitudePreprocessor outputPreprocessor); @@ -75,6 +77,7 @@ TransformDTWAligner(Document *doc, ModelId reference, ModelId toAlign, + bool subsequence, Transform transform, RiseFallPreprocessor outputPreprocessor); @@ -112,6 +115,7 @@ ModelId m_alignmentModel; Transform m_transform; DTWType m_dtwType; + bool m_subsequence; bool m_incomplete; MagnitudePreprocessor m_magnitudePreprocessor; RiseFallPreprocessor m_riseFallPreprocessor;