Skip to content

mariancross/block-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Matching

This is an implementation of A comparison of block-matching motion estimation algorithms paper.

Dependencies

  • OpenCV 4.2.0
  • VTK 8.2.0
  • GLEW 2.1.0

Build

A working CMake installation is required

Create a build directory in the root directory:

mkdir build 

For generating Linux Release Makefile:

cd build
cmake .. -DCMAKE_BUILD_TYPE=Release

For generating Linux Debug Makefile:

cd build
cmake .. -DCMAKE_BUILD_TYPE=Debug

Then type

make -j

About

Block-matching algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors