华荣三照明、合信、荣欣八组合馈电

This commit is contained in:
冯佳
2025-06-25 11:36:43 +08:00
parent 37d39f4578
commit 25b3cb7f2e
494 changed files with 114074 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import sys
import cv2
sys_path = sys.path[0].replace("\\", "/")
def process_face_detection(image : cv2.typing.MatLike, fps : int = 10) :
pass