村结果图有问题

This commit is contained in:
TD
2025-04-02 19:13:18 +08:00
parent d63a6c42b3
commit 67ba78f268
4 changed files with 17 additions and 3 deletions

View File

@ -3,6 +3,7 @@ using System.ComponentModel;
using System.Drawing;
using System.Drawing.Imaging;
using DH.Commons.Enums;
using DH.Commons.Helper;
using HalconDotNet;
using OpenCvSharp;
@ -58,7 +59,8 @@ namespace DH.Commons.Base
ImageSaveSet imageSaveSet = new ImageSaveSet()
{
FullName = fullname,
SaveImage = saveMap,
SaveImage = saveMap.CopyBitmap(),
ImageFormat = imageFormat.DeepSerializeClone()
};