Skip to content

zhenhuahu/EBMA-and-HBMA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBMA.py is the source code to implement the exhaustive block matching algorithm with integer-pel accuracy. 

EBMA_halfPel.py is the source code to implement the exhaustive block matching algorithm with half-pel accuracy. 

HBMA.py is the souce code to implement the hierarchical block matching algorithm. It has 2 levels.

project1.py contains code on how to call these 3 methods.

display.py has sub-functions to convert yuv to rgb, display frame, draw motion field and calculate psnr.

getYuvFrame.py contains code to read yuv video file and get the desired frame.

About

python code on EBMA and HBMA algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages