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 .
This PR adds a verbose parameter to the
run_bm3d
function. Iffalse
, 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 .