Skip to content
/ CPM Public
forked from YinlinHu/CPM

Coarse-to-fine PatchMatch for dense correspondence

License

Notifications You must be signed in to change notification settings

charun80/CPM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPM

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.

[email protected]

Yinlin

About

Coarse-to-fine PatchMatch for dense correspondence

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.5%
  • Other 0.5%