Skip to content

Commit 6114e5e

Browse files
committed
Fix missing cv2 import
1 parent 831d4a2 commit 6114e5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

opendm/ai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import time
66
import sys
77
import rawpy
8+
import cv2
89

910
def read_image(img_path):
1011
if img_path[-4:].lower() in [".dng", ".raw", ".nef"]:

0 commit comments

Comments
 (0)