3 Step Search H.264 Compression Block Matching Algorithm. The only Python implementation on the public internet.
-
Updated
Jul 11, 2020 - Python
3 Step Search H.264 Compression Block Matching Algorithm. The only Python implementation on the public internet.
depth map computation
Deep learning based image denoising using tensorflow/Keras combined with block matching
Object tracking with OpenCV based on stereo camera images
A Matlab implementation of Block Matching Algorithm for stereo matching. It uses matrix operations to make the code faster.
A C++ implementation of Block Matching Algorithm for stereo matching. It uses the "SAD" (Sum of Absolute Differences) similarity metric.
A C++ implementation of Block Matching Algorithm for image denoising. It uses the "SAD" (Sum of Absolute Differences) similarity metric.
An implementation of the block matching stereo vision algorithm.
Motion visualization with macroblock matching using OpenCV in python
Numba based GPU block matching
Heightmap reconstruction from stereo pair/anaglyph (proof of concept)
Low-Rank Regularized Image Denoising
YAVC (Yet Another Video Compressor) is a video compressor, that compresses raw frames
This project implements two fundamental approaches for computing disparity maps from stereo image pairs: Block Matching and Dynamic Programming. These methods are used to estimate depth information from stereo images, a core problem in computer vision.
Add a description, image, and links to the block-matching topic page so that developers can more easily learn about it.
To associate your repository with the block-matching topic, visit your repo's landing page and select "manage topics."