Code for
《Efficient Coarse-to-Fine PatchMatch for Large Displacement Optical Flow》 CVPR 2016
《Coarse-to-fine PatchMatch for dense correspondence》 submitted to T-CSVT
The program has been built and tested on Windows 7 and Ubuntu 16.04.
USAGE: cpm img1Name img2Name outMatchName
Explanations:
The output of the program is a text file, which is in the format of "x1,y1,x2,y2" corresponding to one match per line.
Yinlin