We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56ed35 commit 3144f26Copy full SHA for 3144f26
digital_image_processing/resize/resize.py
@@ -1,7 +1,6 @@
1
"""Multiple image resizing techniques"""
2
3
import numpy as np
4
-import cv2
5
from cv2 import destroyAllWindows, imread, imshow, waitKey
6
7
0 commit comments