Skip to content

Instantly share code, notes, and snippets.

@pedrogk
Last active August 10, 2017 23:45
Show Gist options
  • Save pedrogk/4fb7e9dad3a11388a45dcd2fe4d952f9 to your computer and use it in GitHub Desktop.
Save pedrogk/4fb7e9dad3a11388a45dcd2fe4d952f9 to your computer and use it in GitHub Desktop.
Test opencv
import numpy
import cv2
imagen = cv2.imread("tacos.jpg")
cv2.imshow("ventana", imagen)
cv2.waitKey()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment