Examples
Apply a denoise with a 'sigma' of 4.5
:
dctdnoiz=4.5
The same operation can be achieved using the expression system:
dctdnoiz=e='gte(c, 4.5*3)'
Violent denoise using a block size of 16x16
:
dctdnoiz=15:n=4
Apply a denoise with a 'sigma' of 4.5
:
dctdnoiz=4.5
The same operation can be achieved using the expression system:
dctdnoiz=e='gte(c, 4.5*3)'
Violent denoise using a block size of 16x16
:
dctdnoiz=15:n=4