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.
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 - themethod
ofmotion()
will always stay"Diff"
thus becoming redundant.