目录
效果图:
pyqt代码:
opencv划线:
效果图:
pyqt代码:
import os
from 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 json
class ImageLabel(QLabel):
def __init__(self, parent&#