上传视觉检测模块
This commit is contained in:
18
DH.Devices.Vision/SimboVisionDriver.cs
Normal file
18
DH.Devices.Vision/SimboVisionDriver.cs
Normal 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
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user