You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cap.read() returns BGR image.
So rgb->bgr is only needed for scipy.misc.imread
cv2.imshow expects BGR image for displaying properly(RGB)
Refer: http://stackoverflow.com/a/15074748/1134940
0 commit comments