OpticalFlowUtils.jl

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

OpticalFlowUtils

Basic operations for handling optical flow vector fields:

Usage

using OpticalFlowUtils, FileIO, Plots

x = load("input.flo")

plot(colorflow(x))

save("output.flo", x)

User Notes

  • loaded flow fields currently have the type signature Array{SVector{2,Union{Missing,Float32}},2}
  • you should be able to save any of the following:
    • AbstractArray{<:NTuple{2},2}
    • AbstractArray{<:SVector{2},2}

Used By Packages

No packages found.