基于halcon,C# 实现可视化程序编程框架

完整源码 :订阅后   请加微信  SimpleAuto6,将在第一时间发送

基于halcon,C# 实现可视化程序编程框架_第1张图片

 基于halcon,C# 实现可视化程序编程框架_第2张图片

using System;
using System.Linq;
using System.Windows.Forms;
using System.Collections.Generic;
using RexConst;
using System.Drawing;
using VisionCore;
using DockContrl;
using RexHelps;
using System.Diagnostics;
using System.Threading.Tasks;
using Rex.UI;
using System.Runtime.InteropServices;

namespace RexVision
{
    public partial class FormMain : DockForm
    {
        public static event SetEComDg SetEComEvent;
        /// 开始
        public static DateTime RunStartTime = DateTime.Now;
        /// 主父窗体
        private FrmShow mMainShow = null;
        /// <

你可能感兴趣的:(视觉_源码共享社群,视觉_Opencv,c#,.net,开发语言)