Reference
Table of Contents
▸
List of Commands
▸
Filtering
▸
normalize_local
◀
nlmeans_core
|
normalized_cross_correlation
▶
normalize_local
Arguments:
_amplitude>=0,_radius>0,_n_smooth>=0[%],_a_smooth>=0[%],_is_cut={ 0 | 1 },_min=0,_max=255
Description:
Normalize selected images locally.
Default values:
amplitude=3
,
radius=16
,
n_smooth=4%
,
a_smooth=2%
,
is_cut=1
,
min=0
and
max=255
.
Example of use:
$ gmic
image.jpg
normalize_local 8,10
Command:
image.jpg
normalize_local 8,10