合并lybxhm分支

This commit is contained in:
2025-03-16 13:28:24 +08:00
31 changed files with 3416 additions and 24 deletions

View File

@ -1,4 +1,5 @@

using AntdUI;
using DH.Commons.Enums;
using OpenCvSharp;
using System;
@ -6,6 +7,8 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Xml.Linq;
using static System.ComponentModel.Design.ObjectSelectorEditor;
namespace DH.Devices.Vision
{
@ -100,7 +103,8 @@ namespace DH.Devices.Vision
}
}
public static class MLGPUEngine
{