Skip to content

Instantly share code, notes, and snippets.

@erap129
Created January 15, 2022 17:29
Show Gist options
  • Save erap129/ea0b5b1092e2dc62d43ca80474dcabc1 to your computer and use it in GitHub Desktop.
Save erap129/ea0b5b1092e2dc62d43ca80474dcabc1 to your computer and use it in GitHub Desktop.
import sys
from PyQt6.QtWidgets import QApplication, QHBoxLayout, QMainWindow, QPushButton, QSpinBox, QVBoxLayout, QWidget, QFileDialog, QLabel, QErrorMessage
from PyQt6.QtGui import QImage, QPixmap
import cv2
import numpy as np
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment