Skip to content
/ BM3D Public

A simple implementation of the first step BM3D algorithm

License

Notifications You must be signed in to change notification settings

Logrus/BM3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BM3D CPU Implementation

BM3D and BM4D algorithms have been notoriously hard to understand. This implementation has been developed primarily for getting into the details of the algorithms and tries to keep everything simple.

Almost all code is contained in one file: main.cpp.

At the current stage this implementation requires OpenCV for DCT transforms.

This implementation also contains 2D and 3D Haar Wavelets.

Compile

make

About

A simple implementation of the first step BM3D algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages