mlange-42 / chrono-photo

Chronophotography command line tool and library in Rust.
https://mlange-42.github.io/chrono-photo/
MIT License
14 stars 3 forks source link

[Feature] Image stabilization / correct camera shake #35

Closed mlange-42 closed 4 years ago

mlange-42 commented 4 years ago

It should be principally possible to correct for camera shake.

Would be computationally expensive, but should be possible.

Probably, pre-processing of all images is required before any time-slicing or processing.

mlange-42 commented 4 years ago

Implemented in 57466fe (release: 0.6.0)