ORB - Fixed crashing on blank images (need to report bug to OpenCV). Added view correlation class and test.
This commit is contained in:
@@ -25,6 +25,7 @@ def sub_win_loop(
|
||||
frames = frame_dict[input_vid_global_names[i]]
|
||||
for f in range(len(frames)):
|
||||
cv2.imshow(names[f % len(names)], frames[f])
|
||||
|
||||
if cv2.waitKey(1) & 0xFF == ord('q'):
|
||||
for name in names:
|
||||
cv2.destroyWindow(name)
|
||||
|
||||
Reference in New Issue
Block a user