Skip to content

Commit cf35b26

Browse files
committed
set APRDenoise verbose flag
1 parent ff380e9 commit cf35b26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Example_denoise.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ bool denoise_example(cmdLineOptionsDenoise& options){
8787

8888
// learn stencil weights
8989
APRDenoise aprDenoise;
90+
aprDenoise.verbose = false;
9091
aprDenoise.train_denoise(apr,parts,aprStencils);
9192
timer.stop_timer();
9293

0 commit comments

Comments
 (0)