Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# Importing Librariesimport cv2
# from curses import window
import cv2
import numpy as np
from matplotlib import pyplot as plt
cv2.namedWindow('window')