jjhbw / mosse-tracker

A proof-of-concept implementation of the MOSSE video object tracking algorithm by Bolme et al.
MIT License
17 stars 7 forks source link

upgraded dependencies #1

Closed chriamue closed 2 years ago

chriamue commented 2 years ago

This pull request upgrades some dependencies. Breaking changes were fixed. Deprecated functions were updated. scaled image frame was added.

jjhbw commented 2 years ago

Great! Thanks a lot for this haha. I tried it myself but bailed out the moment I noticed the API of image had changed. Did you do this as a learning exercise if I may ask? Anyway, thanks a lot.

Rebased and merged in 7185b50f3b6549feae79be94c88d03d9528c285a b8a45b651b1faf9517e2acfec5b8e373bc8d73f4

jjhbw commented 2 years ago

Thanks to your work (i think?) I was also able to update the image and imageproc deps more easily, see 16d2b57b47ded032422b0e1589550d054afdd5d8. Thanks!