This is an implementation of A comparison of block-matching motion estimation algorithms paper.
- OpenCV 4.2.0
- VTK 8.2.0
- GLEW 2.1.0
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=ReleaseFor generating Linux Debug Makefile:
cd build
cmake .. -DCMAKE_BUILD_TYPE=DebugThen type
make -j