Skip to content

npd/da3d

Repository files navigation

da3d

DA3D (Data Adaptive Dual Domain Denoising) is a last step denoising method that takes as input a noisy image and as a guide the result of any state-of-the-art denoising algorithm. The method performs frequency domain shrinkage on shape and data-adaptive patches. Unlike other dual denoising methods, DA3D doesn’t process all the image samples, which allows it to use large patches (64×64 pixels). The shape and data-adaptive patches are dynamically selected, effectively concentrating the computations on areas with more details, thus accelerating the process considerably. DA3D also reduces the staircasing artifacts sometimes present in smooth parts of the guide images.

The effectiveness of DA3D is confirmed by extensive experimentation. DA3D improves the result of almost all state-of-the-art methods, and this improvement requires little additional computation time.

Website

The support website for this algorithm can be found here.

Building

To compile, use

$ mkdir build
$ cd build
$ cmake .. [-DCMAKE_CXX_COMPILER=/path/of/c++/compiler -DCMAKE_C_COMPILER=/path/of/c/compiler] [-DCMAKE_BUILD_TYPE=Debug]
$ make

To rebuild, e.g. when the code is modified, use

$ cd build
$ make

About

Data-Adaptive Dual Domain Denoising

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published