目录
效果图:
pyqt代码:
opencv划线:
效果图:
pyqt代码:
import osfrom PyQt5.QtWidgets import QWidget, QApplication, QVBoxLayout, QPushButton, QLabel
from PyQt5.QtGui import QPainter, QPen, QColor, QImage, QPixmap
from PyQt5.QtCore import Qt, QPoint
import sys
import jsonclass ImageLabel(QLabel):def __init__(self, parent&#