summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2020-11-26 13:38:23 +0000
committerCristy <urban-warrior@imagemagick.org>2020-11-26 13:38:23 +0000
commit1d0397f7291510b55aa1498f7e5153903a759895 (patch)
tree94f9a48cb6dff6db285c9df3f49bb505be391121
parent947e51ba623f70bdb11de15bd80c21a901fdb883 (diff)
downloadImageMagick-1d0397f7291510b55aa1498f7e5153903a759895.tar.gz
...
-rw-r--r--MagickWand/magick-image.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/MagickWand/magick-image.c b/MagickWand/magick-image.c
index 497a32b51..f5947d963 100644
--- a/MagickWand/magick-image.c
+++ b/MagickWand/magick-image.c
@@ -888,7 +888,8 @@ WandExport MagickBooleanType MagickAutoThresholdImage(MagickWand *wand,
% The format of the MagickBilateralFilterImage method is:
%
% MagickBooleanType MagickBilateralFilterImage(MagickWand *wand,
-% const double radius,const double sigma)
+% const double radius,const double sigma,const double intensity_sigma,
+% const double spatial_sigma)
%
% A description of each parameter follows:
%
@@ -899,9 +900,9 @@ WandExport MagickBooleanType MagickAutoThresholdImage(MagickWand *wand,
%
% o sigma: the standard deviation of the , in pixels.
%
-% o intensity-sigma: the intensity sigma.
+% o intensity_sigma: the intensity sigma.
%
-% o spatial-sigma: the spatial sigma.
+% o spatial_sigma: the spatial sigma.
%
*/
WandExport MagickBooleanType MagickBilateralFilterImage(MagickWand *wand,