cv2 entfernt

This commit is contained in:
jens 2025-04-25 13:40:03 +02:00
parent 2ab2f2f3df
commit 60926de03e

View File

@ -13,7 +13,7 @@ import os
from PyQt5 import QtCore, QtGui, QtWidgets
from PyQt5.QtWidgets import QMainWindow, QApplication, QFileDialog
import cv2
#import cv2
#from PyQt5 import cv2
# note, had to use version 3.2.0.8 otherwise it had its own
# pyqt packages that conflicted with mine