update 略微更新
This commit is contained in:
12
CU/Catch.py
12
CU/Catch.py
@ -1,8 +1,18 @@
|
||||
class catch_jaw:
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class CatchStatus(Enum):
|
||||
CNone = 0
|
||||
CTake = 1
|
||||
CPress = 2
|
||||
CShake = 3
|
||||
|
||||
class catch:
|
||||
def __init__(self, x, y, width, height, angle, color):
|
||||
pass
|
||||
|
||||
def run(self):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
|
||||
@ -3,8 +3,6 @@ import time
|
||||
|
||||
import cv2
|
||||
from PyQt5.QtWidgets import QMessageBox
|
||||
from jedi.debug import speed
|
||||
from tifffile.tifffile import read_lsm_positions
|
||||
|
||||
import Constant
|
||||
import Expection
|
||||
|
||||
Reference in New Issue
Block a user