Skip to content

caomw/epicflow

 
 

Repository files navigation

epicflow

A Matlab wrapper for EpicFlow:

EpicFlow: Edge-Preserving Interpolation of Correspondences for Optical Flow, Jerome Revaud, Philippe Weinzaepfel, Zaid Harchaoui and Cordelia Schmid, CVPR 2015.

Tested only on 64 bit Linux.

Usage

  • compute optical flow
>> f = get_epicflow(IMAGE1_PATH, IMAGE2_PATH, FLOW_SAVE_PATH);
>> dir_get_epicflow(FOLDER_PATH, FLOW_SAVE_FOLDER_PATH)
  • visualize result (uses Middlebury optical flow toolbox)
>> addpath(genpath('utils'));
>> imshow(flowToColor(readFlowFile(f)));

About

A Matlab wrapper for EpicFlow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 39.4%
  • HTML 35.4%
  • C++ 17.0%
  • C 7.6%
  • Python 0.4%
  • Makefile 0.1%
  • CSS 0.1%