资源简介
初学c#与halcon联合编程的人比较实用
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using HalconDotNet;
using System.Threading;
namespace Demo
{
public partial class Form1 : Form
{
private HTuple WindowID;
private Hobject image;
private Hobject[] ImageArry = new Hobject[7]; //存放图像的数组
//线程对象
private Thread Threadobject; //正常测试线程
//控制线程的状态
private bool Thread_Stop = false; //正常测试线程停止标志
public Form1()
{
InitializeComponent();
image = new Hobject();
CreateWindow();
//Loadimage();
LoadB
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-25 10:50 Demo\
目录 0 2019-03-25 11:03 Demo\Demo\
文件 854 2019-03-25 10:50 Demo\Demo.sln
文件 19968 2019-03-26 15:03 Demo\Demo.suo
文件 144 2019-03-25 11:03 Demo\Demo\app.config
目录 0 2019-03-25 10:50 Demo\Demo\bin\
目录 0 2019-03-25 15:21 Demo\Demo\bin\Debug\
文件 212007 2016-10-12 03:23 Demo\Demo\bin\Debug\0.png
文件 210584 2016-10-12 03:23 Demo\Demo\bin\Debug\1.png
文件 210209 2016-10-12 03:23 Demo\Demo\bin\Debug\2.png
文件 207732 2016-10-12 03:23 Demo\Demo\bin\Debug\3.png
文件 211735 2016-10-12 03:23 Demo\Demo\bin\Debug\4.png
文件 212124 2016-10-12 03:23 Demo\Demo\bin\Debug\5.png
文件 213379 2016-10-12 03:23 Demo\Demo\bin\Debug\6.png
文件 11264 2019-03-28 09:44 Demo\Demo\bin\Debug\Demo.exe
文件 144 2019-03-25 11:03 Demo\Demo\bin\Debug\Demo.exe.config
文件 26112 2019-03-28 09:44 Demo\Demo\bin\Debug\Demo.pdb
文件 11592 2019-03-28 09:44 Demo\Demo\bin\Debug\Demo.vshost.exe
文件 144 2019-03-25 11:03 Demo\Demo\bin\Debug\Demo.vshost.exe.config
文件 490 2018-09-15 15:29 Demo\Demo\bin\Debug\Demo.vshost.exe.manifest
文件 60576912 2017-09-25 16:07 Demo\Demo\bin\Debug\halcon.dll
文件 1413776 2017-05-25 20:27 Demo\Demo\bin\Debug\halcondotnet.dll
文件 4361570 2017-05-25 16:41 Demo\Demo\bin\Debug\halcondotnet.xm
文件 3874 2019-03-25 11:03 Demo\Demo\Demo.csproj
文件 4487 2019-03-25 16:26 Demo\Demo\Form1.cs
文件 6828 2019-03-25 16:26 Demo\Demo\Form1.Designer.cs
文件 5817 2019-03-25 16:26 Demo\Demo\Form1.resx
目录 0 2019-03-25 10:50 Demo\Demo\obj\
目录 0 2019-03-25 10:50 Demo\Demo\obj\x86\
目录 0 2019-03-28 09:44 Demo\Demo\obj\x86\Debug\
文件 739 2019-03-28 09:44 Demo\Demo\obj\x86\Debug\Demo.csproj.FileListAbsolute.txt
............此处省略17个文件信息
- 上一篇:c#与halcon联合编程工厂测量
- 下一篇:ASP.NET图形验证码
相关资源
- c#入门经典 第七版 中文版 非扫描版
- .netc#新手菜鸟mvc5的仓库管理系统 so
- C# NPOI生成word插入图片和表格
- C#程序设计基础C#程序设计及应用教程
- 深入.NET平台和C#编程
- .net 美萍超市管理系统源码C#
- WinForm GeckoFx33 Demo JS与C#互交 窗口浏览
- 《ASP.NET程序设计项目教程》周虎,王
- 计算机图形学 三维模型处理算法初步
- C# KTV 点歌系统,C#项目源码带数据库
- C#实验--A.1 视频动态绘制练习.
- c#实现动态规划法——求解矩阵连乘问
- c#winform中完美代替WebBrowser最新的控件
- C#高级编程第9版:C#5.0 & .NET 4.5.1 par
- Illustrated C# 2010 C# 4.0图解教程
- C# WINFORM框架源碼
- C# WinForm实践开发教程清晰版
- 3D打印机上位机源码Reprap Host 是C#写的
- C#设计模式+源码JamesW.Cooper.zip
- C#程序开发范例宝典(第3版).(配套
- C#写的年会抽奖软件包含源代码.zip
- 大型ERP C#源码
- asp.net完整项目带数据库
- 清大出版社 段德亮 《C#课程设计案例
- C#人事管理系统/人力资源管理系统
- C# 7 and .NET Core: Modern Cross-Platform Deve
- C# 5.0 in a Nutshell 5th Edition.pdf
-
C# 6.0 and the .NET 4.6 fr
amework(7th). - C# .NET webservices简单使用
- C# 6.0 in a Nutshell.pdf
评论
共有 条评论