Home
last modified time | relevance | path

Searched refs:houghLineImage (Results 1 – 6 of 6) sorted by relevance

/imagick/tests/
H A D281_imagick_houghLineImage_basic.phpt2 Test Imagick, houghLineImage
6 checkClassMethods('Imagick', array('houghLineImage'));
12 function houghLineImage() {
23 $imagick->houghLineImage(20,40, 40);
27 houghLineImage() ;
/imagick/examples/
H A Dhoughline.php14 $im->houghLineImage( 9, 9, 40 );
/imagick/
H A DImagick.stub.php356 public function houghLineImage(int $width, int $height, float $threshold): bool {} function in Imagick
H A DImagick_arginfo.h5456 ZEND_METHOD(Imagick, houghLineImage);
6133 ZEND_ME(Imagick, houghLineImage, arginfo_class_Imagick_houghLineImage, ZEND_ACC_PUBLIC)
H A DChangeLog14 * Imagick::houghLineImage(int $width, int $height, float $threshold): bool {}
H A Dimagick_class.c2497 PHP_METHOD(Imagick, houghLineImage) in PHP_METHOD() argument

Completed in 64 milliseconds