We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6289db commit b3541d0Copy full SHA for b3541d0
tests/get_structuring_element.phpt
@@ -10,6 +10,7 @@ $morph_elem = 2;
10
$morph_size = 3;
11
$element = getStructuringElement( $morph_elem, new Size( 2*$morph_size + 1, 2*$morph_size+1 ), new Point( $morph_size, $morph_size ));
12
13
+
14
var_dump($element);
15
$element->print();
16
0 commit comments