- python implementation of Deqing's flow-code-matlab.zip
- for further information --> http://vision.middlebury.edu/flow/data/
import sys
sys.path.append('flow-python')
from flowio import readFlowFile, writeFlowFile
flow = readFlowFile(fname_input)
writeFlowFile(flow, fname_output)
python flowToColor.py --fname_flow examples/grove2.flo
python warpImage.py --fname_image examples/grove2_frame10.png --fname_flow examples/grove2.flo
python createOverlayImage.py --fname_image examples/grove2_frame10.png --fname_flow examples/grove2.flo
python colorTest.py