Samples Python:

* Unused variables
* Bad identation
This commit is contained in:
tribta
2017-08-24 17:45:14 +01:00
parent 9bb17caa24
commit 7555ab194f
20 changed files with 43 additions and 45 deletions
+1 -1
View File
@@ -155,7 +155,7 @@ if __name__ == '__main__':
H, status = None, None
print('%d matches found, not enough for homography estimation' % len(p1))
vis = explore_match(win, img1, img2, kp_pairs, None, H)
explore_match(win, img1, img2, kp_pairs, None, H)
match_and_draw('affine find_obj')