ORB - Fixed crashing on blank images (need to report bug to OpenCV). Added view correlation class and test.

This commit is contained in:
SimLeek
2018-03-28 06:30:01 -07:00
parent 199b9f1a6e
commit b184974174
+1
View File
@@ -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)