Samples Python:
* Unused variables * Bad identation
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user