“OpenCV2 Python Show” Kode Jawaban

Gambar Load 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

Muat IMG CV2


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

OpenCV2 Python Show

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')
Testy Tern

Jawaban yang mirip dengan “OpenCV2 Python Show”

Pertanyaan yang mirip dengan “OpenCV2 Python Show”

Lebih banyak jawaban terkait untuk “OpenCV2 Python Show” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya