how4rd / meshflow

An implementation of the MeshFlow video stabilization algorithm by S. Liu et al.
31 stars 8 forks source link

Are there any good ideas for speeding up #9

Open fkjkey opened 4 months ago

how4rd commented 4 months ago

The code uses a bunch of Python for loops. Replacing those loops with numpy vectorized operations, or reimplementing the whole thing in a compiled language, would make the algorithm a lot faster.