上传视觉检测模块

This commit is contained in:
2025-03-07 16:29:38 +08:00
parent af2e65dd58
commit 4df6b668bf
14 changed files with 1570 additions and 400 deletions

View File

@ -0,0 +1,18 @@
using OpenCvSharp;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Runtime.ExceptionServices;
using System.Text;
using System.Threading.Tasks;
using System.Xml.Linq;
namespace DH.Devices.Vision
{
public class SimboVisionDriver
{
}
}