The left image above comes from a smoothing using a reasonnable level of anisotropy (0.3), whereas the right one let appear some serpentine artefact because of too much anisotropy (1.0).
Those two images can be made using the following command lines:
gradient_tensor=3;tensor_smoothness=1;sharpness=0.4;anisotropy=0.3;
gmic disc.png -smooth 100,$sharpness,$anisotropy,$gradient_tensor,$tensor_smoothness -o fixed_disc.png
gradient_tensor=3;tensor_smoothness=1;sharpness=0.4;anisotropy=1;
gmic disc.png -smooth 100,$sharpness,$anisotropy,$gradient_tensor,$tensor_smoothness -o high_anisotropy_disc.png
3-Strength
The strength of the filtering is set by the
amplitude parameter.
Another way to increase the amount of smoothing applied to your image is to increase the
number of iterations. 2 iterations means that you apply again the same filter on your already once filtered image.
4-Accuracy
You should probably not modify the parameters discussed here since their default values seems corrects for any image type.
The three "precision" parameters:
spatial precision,
value precision and
angular precision are mathematical parameters related to the level of discretization used to solve the differential equations of the filter. A lower value means a better accuracy at the expense of processing time.
Difference between value et spatial precision?
This algorithm used for this filter may go to some sub-pixel accuracy. The parameter
interpolation type tells how the value between 2 pixels should be estimated. Runge-Kutta is luxury.
Checking the
fast approximation box allows the filter to use a slightly simpler but much faster algorithm.
C'est ça? j'invente totalement :)
5-Others
By default, the filter consider the image values from the RGB (or RGBA) channels, but it can be modified with the
channels processing parameter.
to be confirmed
If you use this filter on a large image, your computer might run out of memory. In that case, you can increase the number of
tile subdivisions. Your image will be cut in several pieces and the filter applied on each piece sequentially.
6-And then?
Like all smoothing filter, this anisotropic one might let you feel that some details on your image have vanished. It is probably a good idea to add a slight edge enhancement filter like unsharp masking.
bad English?
rough aesthetics?
less clear than unclear?
need to talk?
zonder #@# tuxfamily.org