mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
python(test): enable pylint checks for tests
This commit is contained in:
@@ -11,7 +11,7 @@ class stitching_test(NewOpenCVTests):
|
||||
img2 = self.get_sample('stitching/a2.png')
|
||||
|
||||
stitcher = cv2.createStitcher(False)
|
||||
(result, pano) = stitcher.stitch((img1, img2))
|
||||
(_result, pano) = stitcher.stitch((img1, img2))
|
||||
|
||||
#cv2.imshow("pano", pano)
|
||||
#cv2.waitKey()
|
||||
|
||||
Reference in New Issue
Block a user