Skip to content

Commit 25fc694

Browse files
committed
clean
1 parent 2d131f4 commit 25fc694

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ImgProc/warpPerspective/warpPerspective.php

-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,7 @@
2121
];
2222
$mat = getPerspectiveTransform($srcPoints, $dstPoints, CV\DECOMP_LU);
2323

24-
var_dump($mat);
25-
$mat->print();
26-
2724
$image = imread("1.png");
28-
$perspective = new \CV\Mat(1, 1, \CV\CV_8UC3);
2925
$perspective = null;
3026
warpPerspective($image, $perspective, $mat, new Size(960, 270), 1);
3127
\CV\imshow('test', $perspective);

0 commit comments

Comments
 (0)