balintlaczko / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
1 stars 0 forks source link

remove "method" parameter from motion() and the mgObject itself #36

Closed balintlaczko closed 4 years ago

balintlaczko commented 4 years ago

This is partly a documentation error, partly a question of structure. Since the sparse/dense optical flow is already implemented outside of motion() - we decided to do this, since both involve a large set of completely different parameters - the method of motion() will always stay "Diff" thus becoming redundant.