Releases: ychalier/transflow
Releases · ychalier/transflow
v1.11.0 Compositor
Changelog
- Introduced new Compositor and Layer objects to handle the manipulation of pixels
- Forward flows are now automatically converted into backward flows
- Removed Accumulators (they became Layer subclasses)
- Renamed Bitmap to Pixmap (we're moving pixels, not bits)
- Added support for multiple pixmap sources at once
- Added mask generation from keywords
- Added more examples
- Added more features to the GUI
- Added more tests
- Refactored argument parsing for a better ease of use
- Refactoring and cleanup of the code (e.g. type hints for NumPy arrays)
v1.10.0
Changelog
- Refactored code into multiple files
- Introduced flow sources builders to preprocess flow source parameters
- Introduced a way to import and export main configuration
- Added
FramesVideoOutputto export raw frames - Added a logging mechanism
- Added more tests
- Lots of minor cleanups
v1.9.0 GUI Prototype
Changelog
- Added GUI as a webapp running on a local server (still a work-in-progress!)
- Added MJPEG stream output
- Added support for multiple outputs at once
- Added
Configclass for passing parameters to the main pipeline function - Added automation features (interruption, logging) to the main pipeline function
v1.8.0
v1.7.1
v1.7.0
v1.6.0
Changelog
- Added support for multiple optical flow algorithms
- Added Lukas-Kanade and Horn-Schunck optical flow algorithms
- Improved Qt Window for configuring optical flow method
- Added flow filters
- Added bitmap repeat feature
- Progress display now depends on bitmap duration
- Added a way to preview output while exporting to a video file