Releases: AdamSpannbauer/python_video_stab
Releases · AdamSpannbauer/python_video_stab
vidstab 1.5.4
- Makes process for applying transforms with a fresh instance of
VidStab
(see example here: #62 (comment))
vidstab 1.5.3
- implement FrameGen class for progress towards numpy options in API
vidstab 1.5.2
- fix bug in auto border sizing
- fix bug in pulling frame indices from frame index queue
vidstab 1.5.1
- add function for downloading ostrich video to public API
- fix bug in
VidStab.apply_transforms
where transforms were being needlessly regenerated
vidstab 1.5.0
- add support for OpenCV 4.0.0
- refactor underlying code base for maintainability
- increase test coverage
vidstab 1.0.1
- update minimum
imutils
requirement to>=0.5.2
1.0.0
Notable new features:
- Process live video streams
- Auto set border size
- Fix bugs in layer_overlay implementation
0.1.5
This is original release to pypi. Releasing build retroactively.