Skip to content

Commit b3541d0

Browse files
MaleicAcidMaleicAcid
authored andcommitted
add get_structuring_element.phpt
Signed-off-by: MaleicAcid <CS_MaleicAcid@163.com>
1 parent b6289db commit b3541d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/get_structuring_element.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ $morph_elem = 2;
1010
$morph_size = 3;
1111
$element = getStructuringElement( $morph_elem, new Size( 2*$morph_size + 1, 2*$morph_size+1 ), new Point( $morph_size, $morph_size ));
1212

13+
1314
var_dump($element);
1415
$element->print();
1516

0 commit comments

Comments
 (0)