Searched refs:houghLineImage (Results 1 – 6 of 6) sorted by relevance
/imagick/tests/ |
H A D | 281_imagick_houghLineImage_basic.phpt | 2 Test Imagick, houghLineImage 6 checkClassMethods('Imagick', array('houghLineImage')); 12 function houghLineImage() { 23 $imagick->houghLineImage(20,40, 40); 27 houghLineImage() ;
|
/imagick/examples/ |
H A D | houghline.php | 14 $im->houghLineImage( 9, 9, 40 );
|
/imagick/ |
H A D | Imagick.stub.php | 356 public function houghLineImage(int $width, int $height, float $threshold): bool {} function in Imagick
|
H A D | Imagick_arginfo.h | 5456 ZEND_METHOD(Imagick, houghLineImage); 6133 ZEND_ME(Imagick, houghLineImage, arginfo_class_Imagick_houghLineImage, ZEND_ACC_PUBLIC)
|
H A D | ChangeLog | 14 * Imagick::houghLineImage(int $width, int $height, float $threshold): bool {}
|
H A D | imagick_class.c | 2497 PHP_METHOD(Imagick, houghLineImage) in PHP_METHOD() argument
|
Completed in 47 milliseconds