mirror of
http://git.xinwangdao.com/cnnc-embedded-parts-detect/detect-gui.git
synced 2025-06-24 13:14:11 +08:00
14 lines
274 B
Python
14 lines
274 B
Python
import os
|
|
import threading
|
|
from ctypes import *
|
|
import numpy as np
|
|
from PyQt5.QtCore import QObject, pyqtSignal
|
|
from dynaconf.base import Settings
|
|
from numpy.ctypeslib import as_array
|
|
import platform
|
|
import time
|
|
import cv2
|
|
import imgProcess
|
|
|
|
def process(msg):
|
|
return msg |