Advertisement
Guest User

Untitled

a guest
May 20th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. import cv2
  2. import numpy as np
  3.  
  4. img = cv2.imread('kura.jpg',0)
  5. cv2.imshow('image', img)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement