From 04d89bc9216553adcd0df87985a7665882924093 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 22 八月 2025 17:56:10 +0800 Subject: [PATCH] 1. 优化Notch计算周长,使用比例的形式计算 --- EdgeInspector_App/BICommon.h | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EdgeInspector_App/BICommon.h b/EdgeInspector_App/BICommon.h index f4ef8f0..55e9bd0 100644 --- a/EdgeInspector_App/BICommon.h +++ b/EdgeInspector_App/BICommon.h @@ -1,4 +1,4 @@ -#ifndef BL_COMMON_H +锘�#ifndef BL_COMMON_H #define BL_COMMON_H #include <windows.h> @@ -8,10 +8,10 @@ #include <string> #include <time.h> -#define OFFLINE_KEY 0 //OFFLINE_KEY:1鏄绾挎ā寮�;0鏄湪绾挎ā寮� +#define OFFLINE_KEY 1 //OFFLINE_KEY:1鏄绾挎ā寮�;0鏄湪绾挎ā寮� #define MINI_LED 0 //Mini杞﹂棿 #define MINI_NOTCH 0 //Mini杞﹂棿, 鏄惁浣跨敤鍒绘Ы鍔熻兘 -#define HALCON_VISION_KEY 0 //鏄惁鍚敤HALCON +#define HALCON_VISION_KEY 1 //鏄惁鍚敤HALCON #define USE_WEBSOCKET 0 //鏄惁鍚敤websocket(AI) #define USE_AI_DETECT 0 //鏄惁鍚敤AI妫�娴� -- Gitblit v1.9.3