From 048a51f4b196196cf48b59037d58356c7c206df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=AE=B6=E4=B9=90?= <14352673+xujialellll@user.noreply.gitee.com> Date: Sun, 2 Jun 2024 14:34:48 +0000 Subject: [PATCH] update batch_transform_app.py. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 徐家乐 <14352673+xujialellll@user.noreply.gitee.com> --- batch_transform_app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/batch_transform_app.py b/batch_transform_app.py index f4f91c0..9159037 100644 --- a/batch_transform_app.py +++ b/batch_transform_app.py @@ -1,3 +1,5 @@ +### 姓名:徐家乐 +### 学号 :202252320405 import os # 导入os模块,用于处理文件和目录 import cv2 as cv # 导入cv2模块,用于图像处理 import numpy as np # 导入numpy模块,用于处理大型多维数组和矩阵 -- Gitee