• Stars
    star
    130
  • Rank 277,575 (Top 6 %)
  • Language
    C++
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated about 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CPM-Flow, CVPR 2016

Introduction

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]

How to Use

It is assumed that the OpenCV has been installed correctly.

$ cmake .
$ make

Then, you can play with the examples:

$ bash demo.sh

Notes

For Windows system support, you can explore 'CMakeLists_win.txt' and prebuilt binaries in the directory 'win32'.

Citing

@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}
}