实例介绍
HALCON联合C#实战案列,内有源码讲义,软件框架设计,HALCON代码生成,软件联合标定设置,创建测量模型,HALCON各功能整合到C#软件框架中,项目软件年打包发布,
【实例截图】
【核心代码】
a5ce0ea6-71c5-45f0-a079-625722373972
├── 17.各功能模块代码整合到软件框架里#
│ ├── ~$视觉测量软件设计书.docx
│ ├── MVS
│ │ ├── MVS
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── halcondotnet.dll
│ │ │ │ │ ├── hdevenginedotnet.dll
│ │ │ │ │ ├── header.png
│ │ │ │ │ ├── MVS.exe
│ │ │ │ │ ├── MVS.exe.config
│ │ │ │ │ ├── MVS.pdb
│ │ │ │ │ ├── MVS.vshost.exe
│ │ │ │ │ ├── MVS.vshost.exe.config
│ │ │ │ │ └── MVS.vshost.exe.manifest
│ │ │ │ └── x64
│ │ │ │ └── Debug
│ │ │ │ ├── 111.bmp
│ │ │ │ ├── hAcqGigEVision.dll
│ │ │ │ ├── halcon.dll
│ │ │ │ ├── halcondotnet.dll
│ │ │ │ ├── hdevenginedotnet.dll
│ │ │ │ ├── header.png
│ │ │ │ ├── ho_Image.bmp
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── MeasureSize.hdev
│ │ │ │ ├── MeasureSizeLibrary.hdvp
│ │ │ │ ├── MetrologyHandle.mtr
│ │ │ │ ├── MVS.exe
│ │ │ │ ├── MVS.exe.config
│ │ │ │ ├── MVS.pdb
│ │ │ │ ├── MVS.vshost.exe
│ │ │ │ ├── MVS.vshost.exe.config
│ │ │ │ ├── MVS.vshost.exe.manifest
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── TemplateImage.bmp
│ │ │ │ ├── Templete.shm
│ │ │ │ ├── 摄像机内参.cal
│ │ │ │ └── 摄像机外参.dat
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── MVS.csproj
│ │ │ ├── MVS.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── x64
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── MVS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MVS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MVS.csprojResolveAssemblyReference.cache
│ │ │ │ │ ├── MVS.exe
│ │ │ │ │ ├── MVS.Form1.resources
│ │ │ │ │ ├── MVS.pdb
│ │ │ │ │ ├── MVS.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── MVS.csproj.FileListAbsolute.txt
│ │ │ │ ├── MVS.csproj.GenerateResource.Cache
│ │ │ │ ├── MVS.csprojResolveAssemblyReference.cache
│ │ │ │ ├── MVS.exe
│ │ │ │ ├── MVS.Form1.resources
│ │ │ │ ├── MVS.pdb
│ │ │ │ ├── MVS.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 图像交互
│ │ │ │ ├── GraphInteractive.cs
│ │ │ │ └── UserActions.cs
│ │ │ └── 运动控制
│ │ │ ├── LTDMC.cs
│ │ │ └── Motion.cs
│ │ ├── MVS.sln
│ │ └── MVS.suo
│ └── 机器视觉测量软件设计书.docx
├── 18.项目软件功能测试#
│ ├── MVS
│ │ ├── MVS
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── halcondotnet.dll
│ │ │ │ │ ├── hdevenginedotnet.dll
│ │ │ │ │ ├── header.png
│ │ │ │ │ ├── MVS.exe
│ │ │ │ │ ├── MVS.exe.config
│ │ │ │ │ ├── MVS.pdb
│ │ │ │ │ ├── MVS.vshost.exe
│ │ │ │ │ ├── MVS.vshost.exe.config
│ │ │ │ │ └── MVS.vshost.exe.manifest
│ │ │ │ └── x64
│ │ │ │ └── Debug
│ │ │ │ ├── 111.bmp
│ │ │ │ ├── caltab.descr
│ │ │ │ ├── ExtendCameraParameter.dat
│ │ │ │ ├── hAcqGigEVision.dll
│ │ │ │ ├── halcon.dll
│ │ │ │ ├── halcondotnet.dll
│ │ │ │ ├── halcondotnet.xml
│ │ │ │ ├── hdevenginedotnet.dll
│ │ │ │ ├── hdevenginedotnet.xml
│ │ │ │ ├── header.png
│ │ │ │ ├── ho_Image.bmp
│ │ │ │ ├── InnerCameraParameter.cal
│ │ │ │ ├── LTDMC.dll
│ │ │ │ ├── MeasureSize.hdev
│ │ │ │ ├── MeasureSizeLibrary.hdvp
│ │ │ │ ├── MetrologyHandle.mtr
│ │ │ │ ├── ModelImageMapped.bmp
│ │ │ │ ├── MVS.exe
│ │ │ │ ├── MVS.exe.config
│ │ │ │ ├── MVS.pdb
│ │ │ │ ├── MVS.vshost.exe
│ │ │ │ ├── MVS.vshost.exe.config
│ │ │ │ ├── MVS.vshost.exe.manifest
│ │ │ │ ├── Normal.bmp
│ │ │ │ ├── PVT.dll
│ │ │ │ ├── Slant.bmp
│ │ │ │ ├── TemplateImage.bmp
│ │ │ │ ├── Templete.shm
│ │ │ │ └── 透视图校正.hdev
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LTDMC.cs
│ │ │ ├── MVS.csproj
│ │ │ ├── MVS.csproj.user
│ │ │ ├── obj
│ │ │ │ ├── x64
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ │ ├── GenerateResource.read.1.tlog
│ │ │ │ │ ├── GenerateResource.write.1.tlog
│ │ │ │ │ ├── MVS.csproj.FileListAbsolute.txt
│ │ │ │ │ ├── MVS.csproj.GenerateResource.Cache
│ │ │ │ │ ├── MVS.exe
│ │ │ │ │ ├── MVS.Form1.resources
│ │ │ │ │ ├── MVS.pdb
│ │ │ │ │ ├── MVS.Properties.Resources.resources
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ └── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ └── x86
│ │ │ │ └── Debug
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── MVS.csproj.FileListAbsolute.txt
│ │ │ │ ├── MVS.csproj.GenerateResource.Cache
│ │ │ │ ├── MVS.csprojResolveAssemblyReference.cache
│ │ │ │ ├── MVS.exe
│ │ │ │ ├── MVS.Form1.resources
│ │ │ │ ├── MVS.pdb
│ │ │ │ ├── MVS.Properties.Resources.resources
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── 图像交互
│ │ │ │ ├── GraphInteractive.cs
│ │ │ │ └── UserActions.cs
│ │ │ └── 运动控制
│ │ │ ├── LTDMC.cs
│ │ │ └── Motion.cs
│ │ ├── MVS.sln
│ │ ├── MVS.suo
│ │ └── MVS.v11.suo
│ └── 标定数据
│ ├── caltab.descr
│ ├── Caltab.hdev
│ ├── caltab.ps
│ ├── ModelImageMapped.bmp
│ ├── Normal.bmp
│ ├── Slant.bmp
│ ├── 摄像机内参.cal
│ ├── 摄像机外参.dat
│ ├── 标定参数值.txt
│ ├── 标定注意事项.txt
│ └── 透视图校正.hdev
└── 19.项目软件打包发布
├── C# 软件打包发布.txt
├── Debug
│ ├── 111.bmp
│ ├── hAcqGigEVision.dll
│ ├── halcon.dll
│ ├── halcondotnet.dll
│ ├── hdevenginedotnet.dll
│ ├── header.png
│ ├── ho_Image.bmp
│ ├── logo.ico
│ ├── LTDMC.dll
│ ├── MeasureSize.hdev
│ ├── MeasureSizeLibrary.hdvp
│ ├── MetrologyHandle.mtr
│ ├── msiexec.exe
│ ├── MVS.exe
│ ├── MVS.exe.config
│ ├── MVS.pdb
│ ├── MVS.vshost.exe
│ ├── MVS.vshost.exe.config
│ ├── MVS.vshost.exe.manifest
│ ├── PVT.dll
│ ├── TemplateImage.bmp
│ ├── Templete.shm
│ ├── Unstall.ico
│ ├── 摄像机内参.cal
│ └── 摄像机外参.dat
├── Demo
│ ├── Debug
│ │ ├── Demo.msi
│ │ └── setup.exe
│ ├── Demo.sln
│ ├── Demo.suo
│ └── Demo.vdproj
└── MVTec
└── HALCON-17.12-Progress
├── help
│ ├── index_examples_de_DE.xml
│ ├── index_examples_en_US.xml
│ ├── index_examples_ja_JP.xml
│ ├── index_manuals_de_DE.xml
│ ├── index_manuals_en_US.xml
│ ├── index_manuals_ja_JP.xml
│ ├── operators_de_DE.idx
│ ├── operators_de_DE.key
│ ├── operators_de_DE.num
│ ├── operators_de_DE.ref
│ ├── operators_de_DE.sta
│ ├── operators_en_US.idx
│ ├── operators_en_US.key
│ ├── operators_en_US.num
│ ├── operators_en_US.ref
│ ├── operators_en_US.sta
│ ├── operators_ja_JP.idx
│ ├── operators_ja_JP.key
│ ├── operators_ja_JP.num
│ ├── operators_ja_JP.ref
│ ├── operators_ja_JP.sta
│ ├── tip_of_the_day_de_DE.xml
│ ├── tip_of_the_day_en_US.xml
│ ├── tip_of_the_day_es_ES.xml
│ ├── tip_of_the_day_fr_FR.xml
│ ├── tip_of_the_day_ja_JP.xml
│ ├── tip_of_the_day_ko_KR.xml
│ ├── tip_of_the_day_pt_PT.xml
│ ├── tip_of_the_day_tr_TR.xml
│ ├── tip_of_the_day_zh_CN.xml
│ └── tip_of_the_day_zh_TW.xml
└── license
└── license.txt
43 directories, 229 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论