Guest User

Untitled

a guest
May 17th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. grayLeft = cv2.pyrDown(cv2.GaussianBlur(cv2.equalizeHist(grayLeft), (7,7),0))
  2. grayRight = cv2.pyrDown(cv2.GaussianBlur(cv2.equalizeHist(grayRight), (7,7),0))
Add Comment
Please, Sign In to add comment