“CV2 Afficher l'image” Réponses codées

Comment imprimer l'image avec cv2

cv2.imshow('image',img)
cv2.waitKey(0)
Hami yestia ta honi bro

CV2 Afficher l'image

cv2.imshow('image',img)
cv2.waitKey(0)
Zealous Zebra

Image de chargement CV2

    import numpy as np
    import cv2
    import matplotlib.pyplot as plt
    %matplotlib inline # if you are running this code in jupyter notebook

    img = cv2.imread('/path_to_image/opencv-logo.png',0) # reads image 'opencv-logo.png' as grayscale
    plt.imshow(img, cmap='gray')
Smoggy Scarab

Chargez IMG CV2


img = cv2.imread('img.jpg')
Smoggy Scarab

Réponses similaires à “CV2 Afficher l'image”

Questions similaires à “CV2 Afficher l'image”

Plus de réponses similaires à “CV2 Afficher l'image” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code