This repository contains the code for the paper Efficient Coarse-to-Fine PatchMatch for Large Displacement Optical Flow. Yinlin Hu, Rui Song, and Yunsong Li. CVPR. 2016. [Paper]
It is assumed that the OpenCV has been installed correctly.
$ cmake .
$ make
Then, you can play with the examples:
$ bash demo.sh
For Windows system support, you can explore 'CMakeLists_win.txt' and prebuilt binaries in the directory 'win32'.
@inproceedings{hu2016cpm,
title={Efficient Coarse-to-Fine PatchMatch for Large Displacement Optical Flow},
author={Yinlin Hu and Rui Song and Yunsong Li},
booktitle={CVPR},
year={2016}
}