Helper code used with Michael Black's Robust optical flow code
These are C programs
cmake -B build
cmake --build build
python BlackRobustFlow.py data/pepsi
[u,v] = BlackRobustFlow('data/pepsi');
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 codeBlackRobustFlow.{m,py}
: call GNC from Matlab or Python with user-adjustable parameters