Table of Contents ▸ List of Commands ▸ Filtering ▸ bilateral | ◀ bandpass | blur ▶ |
bilateral | Built-in command |
Arguments:
- [guide],std_deviation_s[%]>=0,std_deviation_r[%]>=0,_sampling_s>=0,_sampling_r>=0 or
- std_deviation_s[%]>=0,std_deviation_r[%]>=0,_sampling_s>=0,_sampling_r>=0
Description:
Blur selected images by anisotropic (eventually joint/cross) bilateral filtering.If a guide image is provided, it is used for drive the smoothing filter.
A guide image must be of the same xyz-size as the selected images.
Set sampling arguments to 0 for automatic adjustment.
Example of use:
image.jpg repeat 5 { bilateral 10,10 }
