# -*- coding: utf-8 -*- """ Éditeur de Spyder Ce script temporaire est sauvegardé ici : /home/s/sli/.spyder2/.temp.py """
#modification
import cv2 img = cv2.imread('panda.jpg',0) cv2.imshow('image',img) cv2.waitKey(0)
cv2.destroyAllWindows()