提交
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
using AntdUI;
|
||||
|
||||
using DH.Commons.Base;
|
||||
using DH.Commons.Enums;
|
||||
using OpenCvSharp;
|
||||
using System;
|
||||
@ -17,7 +17,7 @@ namespace DH.Devices.Vision
|
||||
public Mat ColorLut { get; set; }
|
||||
public byte[] ColorMap { get; set; }
|
||||
|
||||
public MLModelType ModelType { get; set; }
|
||||
public ModelType ModelType { get; set; }
|
||||
|
||||
public IntPtr Model { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user