合并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

@ -16,6 +16,7 @@
<ItemGroup>
<PackageReference Include="AntdUI" Version="1.8.9" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="OpenCvSharp4" Version="4.10.0.20241108" />
<PackageReference Include="OpenCvSharp4.Extensions" Version="4.10.0.20241108" />

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
{