Releases: diegoroyo/flowvid
Releases · diegoroyo/flowvid
flowvid v0.4.1
- Add
--accumulateoption for point tracking presets (track_points,track_side_by_side) - Add typing hints for all main functions
- Improve file input name detection (e.g. files with names like
seq_####.flo) for multiple files inside a folder (seefv.input.flo(...)orfv.input.rgb(...)) - Improve
plot_epepreset's plot labels - Improve performance for point/line drawing logic
- Update
requirements.txtfile - Fixed various errors
Check it out at https://pypi.org/project/flowvid/0.4.1/
flowvid v0.4.0
- Add parameters through command line and configuration files and saving/loading those so you don't have to type them all the time
- Add ability to save pyplot-exclusive visualizations as video (for example,
fv.draw_flow_arrows(...)) - New filter: Separate horizontal/vertical flow and retrieve it in an array/flo/rgb format (see
fv.split_uv(...)) - Add possibility to use
jpegimage format - Fixed various errors
Check it out at https://pypi.org/project/flowvid/0.4.0/
flowvid v0.3.0
- New output type: Generate
.flofiles in Middlebury format (seefv.output.flo(...)) - New operator: Display optical flow using a quiver plot over the video (see
fv.draw_flow_arrows(...)) - New preset:
flow_arrows - Fixed various errors
Check it out at https://pypi.org/project/flowvid/0.3.0/
flowvid v0.2.1
Check it out at https://pypi.org/project/flowvid/0.2.1/