OpticalFlowUtils.jl

Utilities for working with optical flow vector fields
Author stev47
Popularity
1 Star
Updated Last
2 Years Ago
Started In
August 2020

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.

Used By Packages

No packages found.