From 0ab0fde3216783ee2694d8d4bfbb94237e25a4bb Mon Sep 17 00:00:00 2001
From: C3031 <shitiangui@lanpucloud.cn>
Date: 星期五, 06 三月 2026 16:52:56 +0800
Subject: [PATCH] 新增了图像增强算法及图像滤波算法
---
LB_VisionProcesses/Cameras/ICamera.cs | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/LB_VisionProcesses/Cameras/ICamera.cs b/LB_VisionProcesses/Cameras/ICamera.cs
index e173d9c..27c6c3a 100644
--- a/LB_VisionProcesses/Cameras/ICamera.cs
+++ b/LB_VisionProcesses/Cameras/ICamera.cs
@@ -79,11 +79,18 @@
bool GetImageWithSoftTrigger(out Bitmap bitmap, int outtime = 3000);
/// <summary>
- /// 杞Е鍙�
+ /// 杞Е鍙戝崟娆�
/// </summary>
/// <returns></returns>
bool SoftTrigger();
+ /// <summary>
+ /// 杩炵画閲囬泦妯″紡
+ /// </summary>
+ /// <returns></returns>
+ bool StartContinuousGrab();
+
+
#endregion
#region SettingConfig
--
Gitblit v1.9.3