opencv image import and display using matplotlib

preview_player
Показать описание
Opencv image import and display using matplotlib

Let's see how to cast a color image to a grayscale image and print it on Jupyter notebook. You need to install Jupyterlab or Anaconda python.

code:

import cv2 as cv
from matplotlib import pyplot as plt

Рекомендации по теме
welcome to shbcf.ru