Opencv Python Image processing: Image show example

import cv2
import numpy as np
path = 'C:\Users\mvish\Pictures\Logitech Webcam\Picture 5.jpg'
img  = cv2.imread(path,0)
cv2.imshow('image',img)
cv2.waitKey(0)
cv2.destroyAllWindows()

Comments

Popular posts from this blog

Opencv Python

OpenCv Python Image process: Image