Home
last modified time | relevance | path

Searched refs:threshold (Results 1 – 9 of 9) sorted by relevance

/imagick/tests/
H A D115_Imagick_selectiveBlurImage_basic.phpt13 $threshold = 0.5;
16 function selectiveBlurImage($radius, $sigma, $threshold, $channel) {
19 $imagick->selectiveBlurImage($radius, $sigma, $threshold, $channel);
24 selectiveBlurImage($radius, $sigma, $threshold, $channel) ;
H A D155_Imagick_thresholdImage_basic.phpt11 $threshold = 0.5;
15 function thresholdimage($threshold, $channel) {
18 $imagick->thresholdimage($threshold * \Imagick::getQuantum(), $channel);
23 thresholdimage($threshold, $channel) ;
H A D049_Imagick_deskewImage_basic.phpt12 $threshold = 0.5;
14 function deskewImage($threshold) {
20 $deskewImagick->deskewImage($threshold);
44 deskewImage($threshold) ;
/imagick/
H A Dshim_im6_to_im7.h133 const double threshold);
140 const ChannelType channel,const double threshold);
145 const ChannelType channel,const double threshold);
148 const double amount,const double threshold);
H A Dshim_im6_to_im7.c724 const double threshold) { in MagickSelectiveBlurImageChannel() argument
732 status = MagickSelectiveBlurImage(wand, radius, sigma, threshold); in MagickSelectiveBlurImageChannel()
782 …pe MagickSolarizeImageChannel(MagickWand *wand, const ChannelType channel,const double threshold) { in MagickSolarizeImageChannel() argument
790 status = MagickSolarizeImage(wand, threshold); in MagickSolarizeImageChannel()
860 const double amount,const double threshold) { in MagickUnsharpMaskImageChannel() argument
868 status = MagickUnsharpMaskImage(wand, radius, sigma, amount, threshold); in MagickUnsharpMaskImageChannel()
H A DImagick.stub.php328 public function deskewImage(float $threshold): bool {} argument
356 public function houghLineImage(int $width, int $height, float $threshold): bool {} argument
590 …public function thresholdImage(float $threshold, int $channel = Imagick::CHANNEL_DEFAULT): bool {} argument
633 public function solarizeImage(int $threshold): bool {} argument
1049 public function sepiaToneImage(float $threshold): bool {} argument
1115 float $threshold, argument
1251 float $threshold, argument
1269 …gick $image, ?array &$offset = null, ?float &$similarity = null, float $threshold = 0.0, int $metr… argument
1272 …gick $image, ?array &$offset = null, ?float &$similarity = null, float $threshold = 0.0, int $metr… argument
H A DImagick_arginfo.h1348 ZEND_ARG_TYPE_INFO(0, threshold, IS_DOUBLE, 0)
1350 ZEND_ARG_INFO(0, threshold)
1455 ZEND_ARG_TYPE_INFO(0, threshold, IS_DOUBLE, 0)
1457 ZEND_ARG_INFO(0, threshold)
2401 ZEND_ARG_TYPE_INFO(0, threshold, IS_DOUBLE, 0)
2403 ZEND_ARG_INFO(0, threshold)
2733 ZEND_ARG_TYPE_INFO(0, threshold, IS_LONG, 0)
2735 ZEND_ARG_INFO(0, threshold)
4246 ZEND_ARG_INFO(0, threshold)
4532 ZEND_ARG_INFO(0, threshold)
[all …]
H A Dimagick_class.c2473 double threshold; in PHP_METHOD() local
2483 status = MagickDeskewImage(intern->magick_wand, threshold); in PHP_METHOD()
2501 double threshold; in PHP_METHOD() local
5291 double threshold; in PHP_METHOD() local
5300 c_opacity = (threshold * QuantumRange) / 100; in PHP_METHOD()
6026 double radius, sigma, amount, threshold; local
10486 double threshold; local
10499 status = MagickThresholdImageChannel(intern->magick_wand, channel, threshold);
10807 im_long threshold; local
10817 status = MagickSolarizeImage(intern->magick_wand, threshold);
[all …]
H A DChangeLog14 * Imagick::houghLineImage(int $width, int $height, float $threshold): bool {}

Completed in 71 milliseconds