[New feature]Optical flow algorithms
Hi everyone, I released today the first version of pyimof <https://pyimof.readthedocs.io/en/stable/>: a personal project providing the implementation of two algorithms for the estimation of dense optical flow (TV-L1 and iLK, see the documentation for more details). If you think that such features could be of any interest for scikit-image, I would be happy to make some PRs for their integration. Best regards, Riadh.
Hi Riadh, On Tue, 04 Jun 2019 23:35:03 +0200, Riadh Fezzani wrote:
I released today the first version of pyimof <https://pyimof.readthedocs.io/en/stable/>: a personal project providing the implementation of two algorithms for the estimation of dense optical flow (TV-L1 and iLK, see the documentation for more details).
If you think that such features could be of any interest for scikit-image, I would be happy to make some PRs for their integration.
I had to rub my eyes there for a bit: what's the catch! We've wanted these methods in scikit-image for a long time, but they're not trivial to implement well. So, yes, please, by all means file a PR. Best regards, Stéfan
participants (2)
-
Riadh Fezzani
-
Stefan van der Walt