gfacciol / bm3d

GNU General Public License v3.0
96 stars 24 forks source link

Add a parameter to control log verbosity of run_bm3d #4

Closed timmeinhardt closed 7 years ago

timmeinhardt commented 7 years ago

This PR adds a verbose parameter to the run_bm3d function. If false, which is the default value, printing of denoising steps and multi thread usage is omitted.

It also adds a minor modification for the case of a negative patch_size argument value. See #3 .