Skip to content

Utilities for working with optical flow vector fields

License

Notifications You must be signed in to change notification settings

stev47/OpticalFlowUtils.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpticalFlowUtils

Basic operations for handling optical flow vector fields:

Example Usage

using OpticalFlowUtils, FileIO, Plots

x = load("input.flo")

plot(colorflow(x))

save("output.flo", x)

User Notes

  • loaded flow fields have type Array{Union{Missing, Float32}, 3} with size (2, height, width).
  • flow direction is given in the image coordinate system (i.e. first y downwards, the x rightwards) as usual for images.

About

Utilities for working with optical flow vector fields

Resources

License

Stars

Watchers

Forks

Packages

No packages published