实例介绍
【实例截图】
【核心代码】
.
├── VM Pro 0.2.7
│ ├── VM Pro
│ │ ├── 1 Tool
│ │ │ ├── 001 ImageTool
│ │ │ │ ├── Frm_FromCamera.Designer.cs
│ │ │ │ ├── Frm_FromCamera.cs
│ │ │ │ ├── Frm_FromCamera.resx
│ │ │ │ ├── Frm_FromDirectory.Designer.cs
│ │ │ │ ├── Frm_FromDirectory.cs
│ │ │ │ ├── Frm_FromDirectory.resx
│ │ │ │ ├── Frm_FromFile.Designer.cs
│ │ │ │ ├── Frm_FromFile.cs
│ │ │ │ ├── Frm_FromFile.resx
│ │ │ │ ├── Frm_ImageTool.Designer.cs
│ │ │ │ ├── Frm_ImageTool.cs
│ │ │ │ ├── Frm_ImageTool.resx
│ │ │ │ ├── Frm_PieceImage.Designer.cs
│ │ │ │ ├── Frm_PieceImage.cs
│ │ │ │ ├── Frm_PieceImage.resx
│ │ │ │ └── ImageTool.cs
│ │ │ ├── 002 SaveImageTool
│ │ │ │ ├── Frm_SaveImageTool.Designer.cs
│ │ │ │ ├── Frm_SaveImageTool.cs
│ │ │ │ ├── Frm_SaveImageTool.resx
│ │ │ │ └── SaveImageTool.cs
│ │ │ ├── 003 MatchTool
│ │ │ │ ├── Frm_MatchTool.Designer.cs
│ │ │ │ ├── Frm_MatchTool.cs
│ │ │ │ ├── Frm_MatchTool.resx
│ │ │ │ └── MatchTool.cs
│ │ │ ├── 003 UpCamAlignTool
│ │ │ │ ├── Frm_UpCamAlignTool.Designer.cs
│ │ │ │ ├── Frm_UpCamAlignTool.cs
│ │ │ │ ├── Frm_UpCamAlignTool.resx
│ │ │ │ └── UpCamAlignTool.cs
│ │ │ ├── 004 CoordTransTool
│ │ │ │ ├── CoordTransTool.cs
│ │ │ │ ├── Frm_CoordTransTool.Designer.cs
│ │ │ │ ├── Frm_CoordTransTool.cs
│ │ │ │ └── Frm_CoordTransTool.resx
│ │ │ ├── 004 IDTool
│ │ │ │ ├── Frm_IDTool.Designer.cs
│ │ │ │ ├── Frm_IDTool.cs
│ │ │ │ ├── Frm_IDTool.resx
│ │ │ │ └── IDTool.cs
│ │ │ ├── 005 GlueDetectTool
│ │ │ │ ├── Frm_GlueDetectTool.Designer.cs
│ │ │ │ ├── Frm_GlueDetectTool.cs
│ │ │ │ ├── Frm_GlueDetectTool.resx
│ │ │ │ ├── Frm_GlueRegion.Designer.cs
│ │ │ │ ├── Frm_GlueRegion.cs
│ │ │ │ ├── Frm_GlueRegion.resx
│ │ │ │ └── GlueDetectTool.cs
│ │ │ ├── 006 FindCircleTool
│ │ │ │ ├── FindCircleTool.cs
│ │ │ │ ├── Frm_FindCircleTool.Designer.cs
│ │ │ │ ├── Frm_FindCircleTool.cs
│ │ │ │ └── Frm_FindCircleTool.resx
│ │ │ ├── 007 LightTool
│ │ │ │ ├── Frm_LightTool.Designer.cs
│ │ │ │ ├── Frm_LightTool.cs
│ │ │ │ ├── Frm_LightTool.resx
│ │ │ │ └── LightTool.cs
│ │ │ ├── 008 NetwrokSendTool
│ │ │ │ ├── Frm_NetwrokSendTool.Designer.cs
│ │ │ │ ├── Frm_NetwrokSendTool.cs
│ │ │ │ ├── Frm_NetwrokSendTool.resx
│ │ │ │ └── NetwrokSendTool.cs
│ │ │ └── 009 OutTool
│ │ │ ├── Frm_OutTool.Designer.cs
│ │ │ ├── Frm_OutTool.cs
│ │ │ ├── Frm_OutTool.resx
│ │ │ └── OutTool.cs
│ │ ├── 2 Form
│ │ │ ├── 1 Main
│ │ │ │ ├── Frm_About.Designer.cs
│ │ │ │ ├── Frm_About.cs
│ │ │ │ ├── Frm_About.resx
│ │ │ │ ├── Frm_Confirm.Designer.cs
│ │ │ │ ├── Frm_Confirm.cs
│ │ │ │ ├── Frm_Confirm.resx
│ │ │ │ ├── Frm_Exception.Designer.cs
│ │ │ │ ├── Frm_Exception.cs
│ │ │ │ ├── Frm_Exception.resx
│ │ │ │ ├── Frm_Feedback.Designer.cs
│ │ │ │ ├── Frm_Feedback.cs
│ │ │ │ ├── Frm_Feedback.resx
│ │ │ │ ├── Frm_Infomation.Designer.cs
│ │ │ │ ├── Frm_Infomation.cs
│ │ │ │ ├── Frm_Infomation.resx
│ │ │ │ ├── Frm_Input.Designer.cs
│ │ │ │ ├── Frm_Input.cs
│ │ │ │ ├── Frm_Input.resx
│ │ │ │ ├── Frm_Loading.Designer.cs
│ │ │ │ ├── Frm_Loading.cs
│ │ │ │ ├── Frm_Loading.resx
│ │ │ │ ├── Frm_Login.Designer.cs
│ │ │ │ ├── Frm_Login.cs
│ │ │ │ ├── Frm_Login.resx
│ │ │ │ ├── Frm_Main.Designer.cs
│ │ │ │ ├── Frm_Main.cs
│ │ │ │ ├── Frm_Main.resx
│ │ │ │ ├── Frm_Msg.Designer.cs
│ │ │ │ ├── Frm_Msg.cs
│ │ │ │ ├── Frm_Msg.resx
│ │ │ │ ├── Frm_Regiest.Designer.cs
│ │ │ │ ├── Frm_Regiest.cs
│ │ │ │ ├── Frm_Regiest.resx
│ │ │ │ ├── Frm_Result.Designer.cs
│ │ │ │ ├── Frm_Result.cs
│ │ │ │ ├── Frm_Result.resx
│ │ │ │ ├── Frm_User.Designer.cs
│ │ │ │ ├── Frm_User.cs
│ │ │ │ ├── Frm_User.resx
│ │ │ │ ├── Frm_Welcome.Designer.cs
│ │ │ │ ├── Frm_Welcome.cs
│ │ │ │ └── Frm_Welcome.resx
│ │ │ ├── 2 Vision
│ │ │ │ ├── Frm_ConnectSource.Designer.cs
│ │ │ │ ├── Frm_ConnectSource.cs
│ │ │ │ ├── Frm_ConnectSource.resx
│ │ │ │ ├── Frm_Layout.Designer.cs
│ │ │ │ ├── Frm_Layout.cs
│ │ │ │ ├── Frm_Layout.resx
│ │ │ │ ├── Frm_Task.Designer.cs
│ │ │ │ ├── Frm_Task.cs
│ │ │ │ ├── Frm_Task.resx
│ │ │ │ ├── Frm_TaskInfo.Designer.cs
│ │ │ │ ├── Frm_TaskInfo.cs
│ │ │ │ ├── Frm_TaskInfo.resx
│ │ │ │ ├── Frm_ToolBox.Designer.cs
│ │ │ │ ├── Frm_ToolBox.cs
│ │ │ │ ├── Frm_ToolBox.resx
│ │ │ │ ├── Frm_ToolIO.Designer.cs
│ │ │ │ ├── Frm_ToolIO.cs
│ │ │ │ ├── Frm_ToolIO.resx
│ │ │ │ ├── Frm_Vision.Designer.cs
│ │ │ │ ├── Frm_Vision.cs
│ │ │ │ ├── Frm_Vision.resx
│ │ │ │ └── Frm_Widnow.resx
│ │ │ ├── 3 Motion
│ │ │ │ ├── CVacuum.Designer.cs
│ │ │ │ ├── CVacuum.cs
│ │ │ │ ├── CVacuum.resx
│ │ │ │ ├── Cylinder1.Designer.cs
│ │ │ │ ├── Cylinder1.cs
│ │ │ │ ├── Cylinder1.resx
│ │ │ │ ├── Cylinder2.Designer.cs
│ │ │ │ ├── Cylinder2.cs
│ │ │ │ ├── Cylinder2.resx
│ │ │ │ ├── Frm_Motion.Designer.cs
│ │ │ │ ├── Frm_Motion.cs
│ │ │ │ └── Frm_Motion.resx
│ │ │ ├── 4 IO
│ │ │ │ ├── Frm_IO.Designer.cs
│ │ │ │ ├── Frm_IO.cs
│ │ │ │ └── Frm_IO.resx
│ │ │ ├── 5 Service
│ │ │ │ ├── Calibrate
│ │ │ │ │ ├── Frm_CalibData.Designer.cs
│ │ │ │ │ ├── Frm_CalibData.cs
│ │ │ │ │ ├── Frm_CalibData.resx
│ │ │ │ │ ├── Frm_CalibResult.Designer.cs
│ │ │ │ │ ├── Frm_CalibResult.cs
│ │ │ │ │ ├── Frm_CalibResult.resx
│ │ │ │ │ ├── Frm_CalibType.Designer.cs
│ │ │ │ │ ├── Frm_CalibType.cs
│ │ │ │ │ ├── Frm_CalibType.resx
│ │ │ │ │ ├── Frm_Template.Designer.cs
│ │ │ │ │ ├── Frm_Template.cs
│ │ │ │ │ └── Frm_Template.resx
│ │ │ │ ├── Frm_Calibrate.Designer.cs
│ │ │ │ ├── Frm_Calibrate.cs
│ │ │ │ ├── Frm_Calibrate.resx
│ │ │ │ ├── Frm_Camera.Designer.cs
│ │ │ │ ├── Frm_Camera.cs
│ │ │ │ ├── Frm_Camera.resx
│ │ │ │ ├── Frm_Card.Designer.cs
│ │ │ │ ├── Frm_Card.cs
│ │ │ │ ├── Frm_Card.resx
│ │ │ │ ├── Frm_Light.Designer.cs
│ │ │ │ ├── Frm_Light.cs
│ │ │ │ ├── Frm_Light.resx
│ │ │ │ ├── Frm_MorePar.Designer.cs
│ │ │ │ ├── Frm_MorePar.cs
│ │ │ │ ├── Frm_MorePar.resx
│ │ │ │ ├── Frm_Serial.Designer.cs
│ │ │ │ ├── Frm_Serial.cs
│ │ │ │ ├── Frm_Serial.resx
│ │ │ │ ├── Frm_TCPClient.Designer.cs
│ │ │ │ ├── Frm_TCPClient.cs
│ │ │ │ ├── Frm_TCPClient.resx
│ │ │ │ ├── Frm_TCPServer.Designer.cs
│ │ │ │ ├── Frm_TCPServer.cs
│ │ │ │ └── Frm_TCPServer.resx
│ │ │ └── 5 System
│ │ │ ├── Frm_Else.Designer.cs
│ │ │ ├── Frm_Else.cs
│ │ │ ├── Frm_Else.resx
│ │ │ ├── Frm_Environment.Designer.cs
│ │ │ ├── Frm_Environment.cs
│ │ │ ├── Frm_Environment.resx
│ │ │ ├── Frm_Project.Designer.cs
│ │ │ ├── Frm_Project.cs
│ │ │ ├── Frm_Project.resx
│ │ │ ├── Frm_Scheme.Designer.cs
│ │ │ ├── Frm_Scheme.cs
│ │ │ ├── Frm_Scheme.resx
│ │ │ ├── Frm_Service.Designer.cs
│ │ │ ├── Frm_Service.cs
│ │ │ ├── Frm_Service.resx
│ │ │ ├── Frm_System.Designer.cs
│ │ │ ├── Frm_System.cs
│ │ │ └── Frm_System.resx
│ │ ├── 3 Class
│ │ │ ├── 1 Service
│ │ │ │ ├── CCamera.cs
│ │ │ │ ├── CCard.cs
│ │ │ │ ├── Calibrate.cs
│ │ │ │ ├── LightService.cs
│ │ │ │ ├── Serial.cs
│ │ │ │ ├── TCPClient.cs
│ │ │ │ └── TCPSever.cs
│ │ │ ├── 2 Camera
│ │ │ │ ├── SDK_AVT.cs
│ │ │ │ ├── SDK_Base.cs
│ │ │ │ ├── SDK_DaHeng.cs
│ │ │ │ ├── SDK_HIKVision.cs
│ │ │ │ └── SDK_Halcon.cs
│ │ │ ├── 3 Card
│ │ │ │ ├── CardBase.cs
│ │ │ │ ├── Card_DMC1000B.cs
│ │ │ │ ├── Card_IOC0640.cs
│ │ │ │ └── Using
│ │ │ │ ├── Dmc1000.cs
│ │ │ │ └── IOC0640.cs
│ │ │ ├── 4 Light
│ │ │ │ ├── LightBase.cs
│ │ │ │ ├── Light_DaHeng.cs
│ │ │ │ └── Light_DaHengUV.cs
│ │ │ ├── Configuration.cs
│ │ │ ├── Device.cs
│ │ │ ├── FuncLib.cs
│ │ │ ├── HalconLib.cs
│ │ │ ├── Permission.cs
│ │ │ ├── Project.cs
│ │ │ ├── Regiest.cs
│ │ │ ├── Scheme.cs
│ │ │ ├── ServiceBase.cs
│ │ │ ├── Struct.cs
│ │ │ ├── Task.cs
│ │ │ └── ToolBase.cs
│ │ ├── 4 Edit
│ │ │ ├── Frm_Debug.Designer.cs
│ │ │ ├── Frm_Debug.cs
│ │ │ ├── Frm_Debug.resx
│ │ │ ├── Frm_MesOK.Designer.cs
│ │ │ ├── Frm_MesOK.cs
│ │ │ ├── Frm_MesOK.resx
│ │ │ └── MainTask.cs
│ │ ├── App.config
│ │ ├── Connected Services
│ │ │ └── ServiceReference1
│ │ │ ├── Reference.cs
│ │ │ ├── Reference.svcmap
│ │ │ ├── VM_Pro.ServiceReference1.CheckRouteFirstResponse.datasource
│ │ │ ├── VM_Pro.ServiceReference1.DeleteProductMessageResponse.datasource
│ │ │ ├── VM_Pro.ServiceReference1.DownloadTestDevicesProjectFileOptionsResponse.datasource
│ │ │ ├── VM_Pro.ServiceReference1.GETTESTDATAResponse.datasource
│ │ │ ├── VM_Pro.ServiceReference1.GetOCV3Response.datasource
│ │ │ ├── VM_Pro.ServiceReference1.GetServerDateTimeResponse.datasource
│ │ │ ├── VM_Pro.ServiceReference1.UploadImageFtpResponse.datasource
│ │ │ ├── VM_Pro.ServiceReference1.UploadImageResponse.datasource
│ │ │ ├── configuration.svcinfo
│ │ │ ├── configuration91.svcinfo
│ │ │ ├── mesinterface.disco
│ │ │ └── mesinterface.wsdl
│ │ ├── ImageWindow
│ │ │ ├── Backup
│ │ │ │ ├── HWindow_Tool.sln
│ │ │ │ └── HWindow_Tool.v11.suo
│ │ │ ├── ClassDiagram1.cd
│ │ │ ├── Config
│ │ │ │ ├── Circle.cs
│ │ │ │ ├── CircularArc.cs
│ │ │ │ ├── HObjectWithColor.cs
│ │ │ │ ├── Line.cs
│ │ │ │ ├── Rectangle1.cs
│ │ │ │ ├── Rectangle2.cs
│ │ │ │ └── SerializeHelper.cs
│ │ │ ├── HWindow_Final.cs
│ │ │ ├── HWindow_Final.designer.cs
│ │ │ ├── HWindow_Final.resx
│ │ │ ├── HWindow_Final2.cs
│ │ │ ├── HWindow_Final2.designer.cs
│ │ │ ├── HWindow_Final2.resx
│ │ │ ├── HWindow_Tool.csproj
│ │ │ ├── HWindow_Tool.csproj.user
│ │ │ ├── HWindow_Tool.sln
│ │ │ ├── HWindow_Tool.suo
│ │ │ ├── HWindow_Tool.v11.suo
│ │ │ ├── Model
│ │ │ │ ├── GraphicsContext.cs
│ │ │ │ ├── HObjectEntry.cs
│ │ │ │ ├── HWndCtrl.cs
│ │ │ │ ├── IViewWindow.cs
│ │ │ │ ├── ROI.cs
│ │ │ │ ├── ROICircle.cs
│ │ │ │ ├── ROICircularArc.cs
│ │ │ │ ├── ROIController.cs
│ │ │ │ ├── ROILine.cs
│ │ │ │ ├── ROINurbs.cs
│ │ │ │ ├── ROIRectangle1.cs
│ │ │ │ ├── ROIRectangle2.cs
│ │ │ │ └── RoiData.cs
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── RobotControl.ini
│ │ │ ├── UpgradeLog.htm
│ │ │ ├── ViewWindow.cs
│ │ │ ├── app.config
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── HWindow_Tool.dll
│ │ │ │ │ ├── HWindow_Tool.dll.config
│ │ │ │ │ ├── HWindow_Tool.pdb
│ │ │ │ │ ├── halcondotnet.dll
│ │ │ │ │ └── halcondotnet.xml
│ │ │ │ ├── Release
│ │ │ │ └── x64
│ │ │ │ ├── Debug
│ │ │ │ └── Release
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── ChoiceTech.Halcon.Control.HWindow_Final.resources
│ │ │ │ ├── ChoiceTech.Halcon.Control.HWindow_Final2.resources
│ │ │ │ ├── CoreCompileInputs.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HWindow_Tool.csproj.AssemblyReference.cache
│ │ │ │ ├── HWindow_Tool.csproj.CoreCompileInputs.cache
│ │ │ │ ├── HWindow_Tool.csproj.FileListAbsolute.txt
│ │ │ │ ├── HWindow_Tool.csproj.GenerateResource.cache
│ │ │ │ ├── HWindow_Tool.dll
│ │ │ │ ├── HWindow_Tool.pdb
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── ViewROI.Properties.Resources.resources
│ │ │ ├── x64
│ │ │ │ └── Debug
│ │ │ │ ├── ChoiceTech.Halcon.Control.HWindow_Final.resources
│ │ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ │ ├── HWindow_Tool.csproj.FileListAbsolute.txt
│ │ │ │ ├── HWindow_Tool.csproj.GenerateResource.Cache
│ │ │ │ ├── HWindow_Tool.pdb
│ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ ├── TempPE
│ │ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ │ └── ViewROI.Properties.Resources.resources
│ │ │ └── x86
│ │ │ └── Debug
│ │ │ ├── ChoiceTech.Halcon.Control.HWindow_Final.resources
│ │ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ │ ├── HWindow_Tool.csproj.FileListAbsolute.txt
│ │ │ ├── HWindow_Tool.csproj.GenerateResource.Cache
│ │ │ ├── HWindow_Tool.dll
│ │ │ ├── HWindow_Tool.pdb
│ │ │ ├── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ │ └── ViewROI.Properties.Resources.resources
│ │ ├── Images
│ │ │ ├── 16gl-repeatDot2.png
│ │ │ ├── 16gl-repeatOnce2 (2).png
│ │ │ ├── Error.png
│ │ │ ├── Off.png
│ │ │ ├── On.png
│ │ │ ├── variable (3).png
│ │ │ ├── 圆 (9).png
│ │ │ ├── 布局 (1).png
│ │ │ ├── 暂停 (1).png
│ │ │ ├── 输出 (1).png
│ │ │ ├── 键盘 (1).png
│ │ │ ├── 工具 (2).png
│ │ │ ├── 统计 (2).png
│ │ │ ├── 运行 (2).png
│ │ │ ├── 复原 (3).png
│ │ │ ├── 日志 (3).png
│ │ │ ├── 列表 (5).png
│ │ │ ├── 保存 (7).png
│ │ │ ├── 列表 (7).png
│ │ │ ├── 流程-编辑.png
│ │ │ ├── 向下.png
│ │ │ ├── 增加.png
│ │ │ ├── 太阳.png
│ │ │ ├── 演示.png
│ │ │ ├── 上一页 (1).png
│ │ │ ├── 下一页 (1).png
│ │ │ ├── 感叹号 (2).png
│ │ │ ├── 感叹号 (3).png
│ │ │ ├── 可变量.png
│ │ │ ├── 感叹号.png
│ │ │ ├── 急速退款 (1).png
│ │ │ └── 生产管理 (4).png
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── DataSources
│ │ │ │ ├── System.Data.DataSet.datasource
│ │ │ │ └── System.Data.DataTable.datasource
│ │ │ ├── Resources.Designer.cs
│ │ │ ├── Resources.resx
│ │ │ ├── Settings.Designer.cs
│ │ │ ├── Settings.settings
│ │ │ └── app.manifest
│ │ ├── VM Pro.csproj
│ │ ├── VM Pro.ico
│ │ ├── bin
│ │ │ ├── Release
│ │ │ └── VM Pro
│ │ │ ├── Cognex.VisionPro.Core.dll
│ │ │ ├── Cognex.VisionPro.Core.xml
│ │ │ ├── Cognex.VisionPro.CorePlus.dll
│ │ │ ├── Cognex.VisionPro.CorePlus.xml
│ │ │ ├── Cognex.VisionPro.ID.dll
│ │ │ ├── Cognex.VisionPro.ID.xml
│ │ │ ├── Cognex.VisionPro.Interop.Core.dll
│ │ │ ├── Cognex.VisionPro.dll
│ │ │ ├── Cognex.VisionPro.xml
│ │ │ ├── Cognex.VisionPro3D.Core.dll
│ │ │ ├── Cognex.VisionPro3D.Core.xml
│ │ │ ├── Config
│ │ │ │ └── Project
│ │ │ │ ├── Scheme
│ │ │ │ │ └── 示例方案.shm
│ │ │ │ └── 植板控制系统.pjt
│ │ │ ├── Controls.dll
│ │ │ ├── Dmc1000.dll
│ │ │ ├── GxIAPINET.dll
│ │ │ ├── HWindow_Tool.dll
│ │ │ ├── HWindow_Tool.dll.config
│ │ │ ├── HWindow_Tool.pdb
│ │ │ ├── IOC0640.dll
│ │ │ ├── MvCameraControl.Net.dll
│ │ │ ├── Ookii.Dialogs.WinForms.dll
│ │ │ ├── Resources
│ │ │ │ ├── Images
│ │ │ │ │ └── 10时44分21秒19毫秒.jpg
│ │ │ │ └── Samples
│ │ │ │ └── 大托盘.shm
│ │ │ ├── RobotControl.dll
│ │ │ ├── RobotControl.pdb
│ │ │ ├── SunnyUI.Common.dll
│ │ │ ├── SunnyUI.dll
│ │ │ ├── SysConfig.ini
│ │ │ ├── Tool.dll
│ │ │ ├── VM Pro.exe
│ │ │ ├── VM Pro.exe.config
│ │ │ ├── VM Pro.pdb
│ │ │ ├── VM Pro.vshost.exe
│ │ │ ├── VM Pro.vshost.exe.config
│ │ │ ├── VM Pro.vshost.exe.manifest
│ │ │ ├── VimbaNET.dll
│ │ │ ├── halcon.dll
│ │ │ ├── halcondotnet.dll
│ │ │ ├── halcondotnet.xml
│ │ │ ├── stdole.dll
│ │ │ └── 大视野MES服务器地址.txt
│ │ └── obj
│ │ └── Debug
│ │ ├── CoreCompileInputs.cache
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── TempPE
│ │ │ ├── Connected Services.ServiceReference1.Reference.cs.dll
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
│ │ ├── TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
│ │ ├── TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
│ │ ├── VM Pro.csproj.AssemblyReference.cache
│ │ ├── VM Pro.csproj.CopyComplete
│ │ ├── VM Pro.csproj.CoreCompileInputs.cache
│ │ ├── VM Pro.csproj.FileListAbsolute.txt
│ │ ├── VM Pro.csproj.GenerateResource.cache
│ │ ├── VM Pro.csprojResolveAssemblyReference.cache
│ │ ├── VM Pro.exe
│ │ ├── VM Pro.pdb
│ │ ├── VM_Pro.CVacuum.resources
│ │ ├── VM_Pro.Cylinder1.resources
│ │ ├── VM_Pro.Cylinder2.resources
│ │ ├── VM_Pro.Frm_About.resources
│ │ ├── VM_Pro.Frm_CalibData.resources
│ │ ├── VM_Pro.Frm_CalibResult.resources
│ │ ├── VM_Pro.Frm_CalibType.resources
│ │ ├── VM_Pro.Frm_Calibrate.resources
│ │ ├── VM_Pro.Frm_Camera.resources
│ │ ├── VM_Pro.Frm_Card.resources
│ │ ├── VM_Pro.Frm_Confirm.resources
│ │ ├── VM_Pro.Frm_ConnectSource.resources
│ │ ├── VM_Pro.Frm_CoordTransTool.resources
│ │ ├── VM_Pro.Frm_Debug.resources
│ │ ├── VM_Pro.Frm_Else.resources
│ │ ├── VM_Pro.Frm_Environment.resources
│ │ ├── VM_Pro.Frm_Exception.resources
│ │ ├── VM_Pro.Frm_Feedback.resources
│ │ ├── VM_Pro.Frm_FindCircleTool.resources
│ │ ├── VM_Pro.Frm_FromCamera.resources
│ │ ├── VM_Pro.Frm_FromDirectory.resources
│ │ ├── VM_Pro.Frm_FromFile.resources
│ │ ├── VM_Pro.Frm_GlueDetectTool.resources
│ │ ├── VM_Pro.Frm_GlueRegion.resources
│ │ ├── VM_Pro.Frm_IDTool.resources
│ │ ├── VM_Pro.Frm_IO.resources
│ │ ├── VM_Pro.Frm_ImageTool.resources
│ │ ├── VM_Pro.Frm_Infomation.resources
│ │ ├── VM_Pro.Frm_Input.resources
│ │ ├── VM_Pro.Frm_Layout.resources
│ │ ├── VM_Pro.Frm_Light.resources
│ │ ├── VM_Pro.Frm_LightTool.resources
│ │ ├── VM_Pro.Frm_Loading.resources
│ │ ├── VM_Pro.Frm_Login.resources
│ │ ├── VM_Pro.Frm_Main.resources
│ │ ├── VM_Pro.Frm_MatchTool.resources
│ │ ├── VM_Pro.Frm_MesOK.resources
│ │ ├── VM_Pro.Frm_MorePar.resources
│ │ ├── VM_Pro.Frm_Motion.resources
│ │ ├── VM_Pro.Frm_Msg.resources
│ │ ├── VM_Pro.Frm_NetworkSendTool.resources
│ │ ├── VM_Pro.Frm_OutTool.resources
│ │ ├── VM_Pro.Frm_PieceImage.resources
│ │ ├── VM_Pro.Frm_Project.resources
│ │ ├── VM_Pro.Frm_Regiest.resources
│ │ ├── VM_Pro.Frm_Result.resources
│ │ ├── VM_Pro.Frm_SaveImageTool.resources
│ │ ├── VM_Pro.Frm_Scheme.resources
│ │ ├── VM_Pro.Frm_Serial.resources
│ │ ├── VM_Pro.Frm_Service.resources
│ │ ├── VM_Pro.Frm_System.resources
│ │ ├── VM_Pro.Frm_TCPClient.resources
│ │ ├── VM_Pro.Frm_TCPServer.resources
│ │ ├── VM_Pro.Frm_Task.resources
│ │ ├── VM_Pro.Frm_TaskInfo.resources
│ │ ├── VM_Pro.Frm_Template.resources
│ │ ├── VM_Pro.Frm_ToolBox.resources
│ │ ├── VM_Pro.Frm_ToolIO.resources
│ │ ├── VM_Pro.Frm_UpCamAlignTool.resources
│ │ ├── VM_Pro.Frm_User.resources
│ │ ├── VM_Pro.Frm_Vision.resources
│ │ ├── VM_Pro.Frm_Welcome.resources
│ │ └── VM_Pro.Properties.Resources.resources
│ ├── VM Pro.sln
│ └── VM Pro.v12.suo
└── 视觉实例_VM Pro 0.2.7.zip
66 directories, 501 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论