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}
: Nicer way to call GNC from Matlab with a variety of user-adjustable parameters