Table of Contents ▸ List of Commands ▸ Filtering ▸ denoise_haar | ◀ denoise | denoise_cnn ▶ |
denoise_haar
Arguments:
- _threshold>=0,_nb_scales>=0,_cycle_spinning>0
Description:
Denoise selected images using haar-wavelet thresholding with cycle spinning.Set nb_scales==0 to automatically determine the optimal number of scales.
Default values:
threshold=1.4, nb_scale=0 and cycle_spinning=10.
Example of use:
image.jpg noise 20 cut 0,255 +denoise_haar[-1] 0.8