Skip to content

scivision/robust-optical-flow

Repository files navigation

Black Robust Optical Flow

Helper code used with Michael Black's Robust optical flow code

Build

These are C programs

cmake -B build

cmake --build build

Examples

image

Python

python BlackRobustFlow.py data/pepsi

Matlab

[u,v] = BlackRobustFlow('data/pepsi');

Functions

GNC is the C program used for Robust Estimation of Dense Optical Flow by Michael Black.

  • DemoGNC.sh: terminal script running the dense robust optical flow code
  • BlackRobustFlow.{m,py}: Nicer way to call GNC from Matlab with a variety of user-adjustable parameters