在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#图形和图像处理 → C#点胶视觉框架源码

C#点胶视觉框架源码

C#图形和图像处理

下载此实例
  • 开发语言:C#
  • 实例大小:23.76M
  • 下载次数:349
  • 浏览次数:1773
  • 发布时间:2022-08-31
  • 实例类别:C#图形和图像处理
  • 发 布 人:scx8119
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 视觉 框架

实例介绍

【实例简介】C#点胶视觉框架源码
【实例截图】


【核心代码】

.
├── ZDGlueVision_4
│   ├── ZDGlueVision
│   │   ├── AlgoApp
│   │   │   ├── FinishedProductDetectAlgo
│   │   │   │   └── FinishedProductDetectAlgo.cs
│   │   │   ├── GlueLocateAlgo
│   │   │   ├── GlueNeedleLocateAlgo
│   │   │   ├── HikAlgoAppHelper.cs
│   │   │   └── HikAlgoResultShowHelper.cs
│   │   ├── App.config
│   │   ├── App.xaml
│   │   ├── App.xaml.cs
│   │   ├── Camera
│   │   │   ├── CameraManager.cs
│   │   │   └── CameraOperator.cs
│   │   ├── Ctrl
│   │   │   ├── SelectButton.xaml
│   │   │   └── SelectButton.xaml.cs
│   │   ├── ImageData
│   │   │   ├── Byte2ImageSource.cs
│   │   │   ├── ExternalCallHelper.cs
│   │   │   ├── ImageDataDefine.cs
│   │   │   ├── ImageFormatChange.cs
│   │   │   └── ImageProcessManager.cs
│   │   ├── MainWindow.xaml
│   │   ├── MainWindow.xaml.cs
│   │   ├── MvCameraControl.Net.dll
│   │   ├── ProcessMgr.cs
│   │   ├── ProjectDataMgr
│   │   │   ├── CamDataDefine.cs
│   │   │   ├── CamDataManager.cs
│   │   │   ├── NurseScheduleStatisticsModel.cs
│   │   │   ├── TcpDataDefine.cs
│   │   │   └── TcpDataManager.cs
│   │   ├── ProjectFileMgr
│   │   │   └── ProjectFileSystem.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Resources
│   │   │   ├── Rubber.png
│   │   │   ├── Rubber_down.png
│   │   │   ├── SliderThum.png
│   │   │   ├── SliderThumSelected.png
│   │   │   ├── ToBack.png
│   │   │   ├── ToForward.png
│   │   │   ├── ZD.ico
│   │   │   ├── [原始]
│   │   │   │   └── camFail.png
│   │   │   ├── besom.png
│   │   │   ├── camFail.png
│   │   │   ├── camSuccess.png
│   │   │   ├── line_ic_delete.png
│   │   │   ├── line_ic_delete_normal.png
│   │   │   ├── list_ic_add_gray.png
│   │   │   ├── list_ic_add_hover.png
│   │   │   ├── list_ic_delete_gray.png
│   │   │   ├── list_ic_delete_hover.png
│   │   │   ├── list_ic_down_hover.png
│   │   │   ├── list_ic_down_normal.png
│   │   │   ├── list_ic_eye-close_gray.png
│   │   │   ├── list_ic_eye-close_hover.png
│   │   │   ├── list_ic_eye-open_gray.png
│   │   │   ├── list_ic_eye-open_hover.png
│   │   │   ├── list_ic_eye-open_white.png
│   │   │   ├── list_ic_reduce_gray.png
│   │   │   ├── list_ic_reduce_hover.png
│   │   │   ├── list_ic_up_hover.png
│   │   │   ├── list_ic_up_normal.png
│   │   │   ├── list_selected_ic_add_white.png
│   │   │   ├── list_selected_ic_delete_white.png
│   │   │   ├── list_selected_ic_reduce_white.png
│   │   │   ├── tool_left_ic_arrow.png
│   │   │   ├── tool_left_ic_arrow_disable.png
│   │   │   ├── tool_left_ic_bg_click.png
│   │   │   ├── tool_left_ic_bg_hover.png
│   │   │   ├── tool_left_ic_circle.png
│   │   │   ├── tool_left_ic_circle_disable.png
│   │   │   ├── tool_left_ic_cross.png
│   │   │   ├── tool_left_ic_cross_disable.png
│   │   │   ├── tool_left_ic_edge.png
│   │   │   ├── tool_left_ic_edge_disable.png
│   │   │   ├── tool_left_ic_edit.png
│   │   │   ├── tool_left_ic_edit_disable.png
│   │   │   ├── tool_left_ic_pointline.png
│   │   │   ├── tool_left_ic_pointline_disable.png
│   │   │   ├── tool_left_ic_square.png
│   │   │   ├── tool_left_ic_square_disable.png
│   │   │   ├── tool_right_ic_1比1_click.png
│   │   │   ├── tool_right_ic_1比1_hover.png
│   │   │   ├── tool_right_ic_full-screen_click.png
│   │   │   ├── tool_right_ic_full-screen_hover.png
│   │   │   ├── tool_right_ic_magnifying_click.png
│   │   │   ├── tool_right_ic_magnifying_hover.png
│   │   │   ├── tool_right_ic_reduce_click.png
│   │   │   ├── tool_right_ic_reduce_hover.png
│   │   │   ├── topbar_ic_disk_click.png
│   │   │   ├── topbar_ic_disk_disable.png
│   │   │   ├── topbar_ic_disk_hover.png
│   │   │   ├── topbar_ic_disk_normal.png
│   │   │   ├── topbar_ic_file_click.png
│   │   │   ├── topbar_ic_file_disable.png
│   │   │   ├── topbar_ic_file_hover.png
│   │   │   ├── topbar_ic_file_normal.png
│   │   │   ├── topbar_ic_folder_click.png
│   │   │   ├── topbar_ic_folder_disable.png
│   │   │   ├── topbar_ic_folder_hover.png
│   │   │   ├── topbar_ic_folder_normal.png
│   │   │   └── welcom.png
│   │   ├── ShowLogo.xaml
│   │   ├── ShowLogo.xaml.cs
│   │   ├── Tool
│   │   │   ├── LogTool
│   │   │   │   ├── LogHelper.cs
│   │   │   │   └── MiniDump.cs
│   │   │   ├── LogTool.rar
│   │   │   └── Networking
│   │   │       ├── ClientMgr.cs
│   │   │       ├── ServerMgr.cs
│   │   │       └── Socket
│   │   │           └── Socket.cs
│   │   ├── UI
│   │   │   ├── AlgoUI
│   │   │   │   ├── GlueDetect
│   │   │   │   │   ├── GlueDetectDialogUI.xaml
│   │   │   │   │   └── GlueDetectDialogUI.xaml.cs
│   │   │   │   ├── NPointCalib
│   │   │   │   │   ├── NPointList.xaml
│   │   │   │   │   └── NPointList.xaml.cs
│   │   │   │   └── PatternMatch
│   │   │   │       ├── AddCandidate
│   │   │   │       │   ├── AddCandidataUI.xaml
│   │   │   │       │   ├── AddCandidataUI.xaml.cs
│   │   │   │       │   ├── AddCandidataWindow.cs
│   │   │   │       │   ├── CandidateNameWindow.xaml
│   │   │   │       │   └── CandidateNameWindow.xaml.cs
│   │   │   │       ├── EditOutlineUI.xaml
│   │   │   │       ├── EditOutlineUI.xaml.cs
│   │   │   │       ├── FeaturepatMatchDialogUI.xaml
│   │   │   │       ├── FeaturepatMatchDialogUI.xaml.cs
│   │   │   │       ├── PxSlider.xaml
│   │   │   │       └── PxSlider.xaml.cs
│   │   │   ├── CamUI
│   │   │   │   ├── CamDisplayAll.xaml
│   │   │   │   ├── CamDisplayAll.xaml.cs
│   │   │   │   ├── CamDisplayUnit.xaml
│   │   │   │   ├── CamDisplayUnit.xaml.cs
│   │   │   │   ├── CamModuleView.xaml
│   │   │   │   ├── CamModuleView.xaml.cs
│   │   │   │   ├── CamModuleViewHelper.cs
│   │   │   │   ├── CamSerialAll.xaml
│   │   │   │   ├── CamSerialAll.xaml.cs
│   │   │   │   ├── CamSerialUnit.xaml
│   │   │   │   └── CamSerialUnit.xaml.cs
│   │   │   ├── ParamListView
│   │   │   │   ├── AlgorithmRoot.cs
│   │   │   │   ├── Category
│   │   │   │   │   ├── Category.cs
│   │   │   │   │   └── NameValueItem.cs
│   │   │   │   ├── Items
│   │   │   │   │   ├── BaseType
│   │   │   │   │   │   ├── Boolean.cs
│   │   │   │   │   │   ├── Command.cs
│   │   │   │   │   │   ├── EnumEntry.cs
│   │   │   │   │   │   ├── Enumeration.cs
│   │   │   │   │   │   ├── Float.cs
│   │   │   │   │   │   ├── FloatBettween.cs
│   │   │   │   │   │   ├── IPString.cs
│   │   │   │   │   │   ├── Integer.cs
│   │   │   │   │   │   ├── IntegerBettween.cs
│   │   │   │   │   │   ├── String.cs
│   │   │   │   │   │   └── StringEx.cs
│   │   │   │   │   ├── Checker
│   │   │   │   │   │   ├── IChecker.cs
│   │   │   │   │   │   └── RangeChecker.cs
│   │   │   │   │   ├── DialogItem
│   │   │   │   │   │   ├── CalculateBaseInit.cs
│   │   │   │   │   │   ├── CalculateScaleCalib.cs
│   │   │   │   │   │   ├── HikFileOption.cs
│   │   │   │   │   │   ├── OpenDialog.cs
│   │   │   │   │   │   ├── OpenFeaturepatMatchDialog.cs
│   │   │   │   │   │   ├── OpenFileDialog.cs
│   │   │   │   │   │   ├── OpenGlueDetectDialog.cs
│   │   │   │   │   │   ├── OpenImageDialog.cs
│   │   │   │   │   │   ├── OpenNPointListWindow.cs
│   │   │   │   │   │   ├── SaveCalDialog.cs
│   │   │   │   │   │   ├── SaveFileDialog.cs
│   │   │   │   │   │   └── SaveImageDialog.cs
│   │   │   │   │   ├── ItemOperation
│   │   │   │   │   │   ├── GetParamOperation.cs
│   │   │   │   │   │   ├── HiddenOperation.cs
│   │   │   │   │   │   ├── IOperation.cs
│   │   │   │   │   │   ├── SetSectorRingMaxRadiusOperation.cs
│   │   │   │   │   │   ├── SetSectorRingMinRadiusOperation.cs
│   │   │   │   │   │   └── VisibleOperation.cs
│   │   │   │   │   └── SubItems
│   │   │   │   │       ├── Condition.cs
│   │   │   │   │       ├── ITrigger.cs
│   │   │   │   │       ├── MultiTrigger.cs
│   │   │   │   │       ├── Setter.cs
│   │   │   │   │       └── Trigger.cs
│   │   │   │   ├── ParamListView.xaml
│   │   │   │   ├── ParamListView.xaml.cs
│   │   │   │   └── ParamListViewUI
│   │   │   │       ├── ParamUserControl.xaml
│   │   │   │       └── ParamUserControl.xaml.cs
│   │   │   ├── PopUI
│   │   │   │   ├── ResultOverviewPopupButton.xaml
│   │   │   │   └── ResultOverviewPopupButton.xaml.cs
│   │   │   ├── TcpUI
│   │   │   │   ├── TcpSetAll.xaml
│   │   │   │   ├── TcpSetAll.xaml.cs
│   │   │   │   ├── TcpSetUnit.xaml
│   │   │   │   └── TcpSetUnit.xaml.cs
│   │   │   ├── TitleBar.xaml
│   │   │   ├── TitleBar.xaml.cs
│   │   │   ├── ToolUI
│   │   │   │   ├── ProgressDialog.xaml
│   │   │   │   ├── ProgressDialog.xaml.cs
│   │   │   │   ├── PsdInputWindow.xaml
│   │   │   │   └── PsdInputWindow.xaml.cs
│   │   │   └── WindowInterface.cs
│   │   ├── Vision
│   │   │   ├── AlignManager.cs
│   │   │   ├── CalibManager.cs
│   │   │   ├── FlawManager.cs
│   │   │   ├── GEOFindManager.cs
│   │   │   ├── HikVisionHkaTypes.cs
│   │   │   ├── HikVisionMvbTypes.cs
│   │   │   ├── OCRManager.cs
│   │   │   └── PATMatchManager.cs
│   │   ├── ZDGlueVision.csproj
│   │   ├── ZDGlueVision.csproj.user
│   │   ├── bin
│   │   │   └── ZDGlueVision
│   │   │       ├── Align_DLL.dll
│   │   │       ├── CLAllSerial_MD_VC120_v3_0.dll
│   │   │       ├── CLProtocol_MD_VC120_v3_0.dll
│   │   │       ├── CLSerCOM.dll
│   │   │       ├── Calib_DLL.dll
│   │   │       ├── Config
│   │   │       │   └── Librarys.Config
│   │   │       ├── Flaw_DLL.dll
│   │   │       ├── GCBase_MD_VC120_v3_0.dll
│   │   │       ├── GEOFind_DLL.dll
│   │   │       ├── GenApi_MD_VC120_v3_0.dll
│   │   │       ├── GenCP_MD_VC120_v3_0.dll
│   │   │       ├── HikCommonTool.dll
│   │   │       ├── HikCommonTool.pdb
│   │   │       ├── HikCommonXml.dll
│   │   │       ├── HikCommonXml.pdb
│   │   │       ├── HikImageView.dll
│   │   │       ├── HikImageView.pdb
│   │   │       ├── ImageProcess.dll
│   │   │       ├── Log_MD_VC120_v3_0.dll
│   │   │       ├── MVGigEVisionSDK.dll
│   │   │       ├── MVGigEVisionSDK.pdb
│   │   │       ├── MathParser_MD_VC120_v3_0.dll
│   │   │       ├── Microsoft.VC90.CRT.manifest
│   │   │       ├── Microsoft.VC90.DebugCRT.manifest
│   │   │       ├── MvCameraControl.Net.dll
│   │   │       ├── MvCameraControl.dll
│   │   │       ├── MvCameraControl.pdb
│   │   │       ├── MvRender.dll
│   │   │       ├── MvRender.pdb
│   │   │       ├── MvSdkExport.dll
│   │   │       ├── MvSdkLog
│   │   │       │   ├── CamCtrl_00.log
│   │   │       │   └── GigE_00.log
│   │   │       ├── MvUsb3vTL.dll
│   │   │       ├── MvUsb3vTL.pdb
│   │   │       ├── Mvvm.dll
│   │   │       ├── Mvvm.xml
│   │   │       ├── NodeMapData_MD_VC120_v3_0.dll
│   │   │       ├── OCRTrain_DLL.dll
│   │   │       ├── OCR_DLL.dll
│   │   │       ├── PATMatch_DLL.dll
│   │   │       ├── PatCreate.dll
│   │   │       ├── SuperRender.dll
│   │   │       ├── System.Windows.Interactivity.dll
│   │   │       ├── System.Windows.Interactivity.xml
│   │   │       ├── WPFBase.dll
│   │   │       ├── WPFBase.pdb
│   │   │       ├── XmlParser_MD_VC120_v3_0.dll
│   │   │       ├── ZDGlueVision.exe
│   │   │       ├── ZDGlueVision.exe.config
│   │   │       ├── ZDGlueVision.pdb
│   │   │       ├── ZDGlueVision.vshost.exe
│   │   │       ├── ZDGlueVision.vshost.exe.config
│   │   │       ├── ZDGlueVisionPar
│   │   │       │   ├── ProgOut
│   │   │       │   │   └── Pictures
│   │   │       │   └── ProgUse
│   │   │       │       ├── CamParam
│   │   │       │       │   ├── Cam1
│   │   │       │       │   │   ├── GlueProject.xml
│   │   │       │       │   │   ├── LocalAlgorithm.xml
│   │   │       │       │   │   ├── MatchPat.mdt
│   │   │       │       │   │   ├── MatchProject.xml
│   │   │       │       │   │   ├── NPointCalibAlgorithm.xml
│   │   │       │       │   │   └── ScaleCalibAlgorithm.xml
│   │   │       │       │   ├── Cam2
│   │   │       │       │   │   ├── CalibInfo.iwcal
│   │   │       │       │   │   ├── GlueProject.xml
│   │   │       │       │   │   ├── LocalAlgorithm.xml
│   │   │       │       │   │   ├── MatchPat.mdt
│   │   │       │       │   │   ├── MatchProject.xml
│   │   │       │       │   │   ├── NPointCalibAlgorithm.xml
│   │   │       │       │   │   └── ScaleCalibAlgorithm.xml
│   │   │       │       │   ├── Cam3
│   │   │       │       │   │   ├── GlueProject.xml
│   │   │       │       │   │   ├── LocalAlgorithm.xml
│   │   │       │       │   │   ├── MatchPat.mdt
│   │   │       │       │   │   ├── MatchProject.xml
│   │   │       │       │   │   ├── NPointCalibAlgorithm.xml
│   │   │       │       │   │   └── ScaleCalibAlgorithm.xml
│   │   │       │       │   ├── Cam4
│   │   │       │       │   │   ├── GlueProject.xml
│   │   │       │       │   │   ├── LocalAlgorithm.xml
│   │   │       │       │   │   ├── MatchPat.mdt
│   │   │       │       │   │   ├── MatchProject.xml
│   │   │       │       │   │   ├── NPointCalibAlgorithm.xml
│   │   │       │       │   │   └── ScaleCalibAlgorithm.xml
│   │   │       │       │   ├── Cam5
│   │   │       │       │   │   ├── GlueProject.xml
│   │   │       │       │   │   ├── LocalAlgorithm.xml
│   │   │       │       │   │   ├── MatchPat.mdt
│   │   │       │       │   │   ├── MatchProject.xml
│   │   │       │       │   │   ├── NPointCalibAlgorithm.xml
│   │   │       │       │   │   └── ScaleCalibAlgorithm.xml
│   │   │       │       │   └── Cam6
│   │   │       │       │       ├── GlueProject.xml
│   │   │       │       │       ├── LocalAlgorithm.xml
│   │   │       │       │       ├── MatchPat.mdt
│   │   │       │       │       ├── MatchProject.xml
│   │   │       │       │       ├── NPointCalibAlgorithm.xml
│   │   │       │       │       └── ScaleCalibAlgorithm.xml
│   │   │       │       ├── CamParam.xml
│   │   │       │       └── TcpParam.xml
│   │   │       ├── ZDVision.vshost.exe.config
│   │   │       ├── avutil-54.dll
│   │   │       ├── de
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       ├── en
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       ├── en-US
│   │   │       │   ├── HikCommonTool.resources.dll
│   │   │       │   └── ZDVision.resources.dll
│   │   │       ├── es
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       ├── fr
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       ├── it
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       ├── ja
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       ├── ko
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       ├── log4cpp_MD_VC120_v3_0.dll
│   │   │       ├── log4net.dll
│   │   │       ├── msvcm90.dll
│   │   │       ├── msvcp120.dll
│   │   │       ├── msvcp90.dll
│   │   │       ├── msvcr120.dll
│   │   │       ├── msvcr90.dll
│   │   │       ├── swscale-3.dll
│   │   │       ├── zh-Hans
│   │   │       │   └── System.Windows.Interactivity.resources.dll
│   │   │       └── zh-Hant
│   │   │           └── System.Windows.Interactivity.resources.dll
│   │   ├── dbghelp.dll
│   │   ├── dll
│   │   │   ├── Align_DLL.dll
│   │   │   ├── Calib_DLL.dll
│   │   │   ├── Flaw_DLL.dll
│   │   │   ├── GEOFind_DLL.dll
│   │   │   ├── OCRTrain_DLL.dll
│   │   │   ├── OCR_DLL.dll
│   │   │   └── PATMatch_DLL.dll
│   │   ├── feature.cs
│   │   ├── log4Net.config
│   │   ├── log4net.dll
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── App.baml
│   │   │   │   ├── App.g.cs
│   │   │   │   ├── App.g.i.cs
│   │   │   │   ├── Ctrl
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── GeneratedInternalTypeHelper.g.cs
│   │   │   │   ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │   │   ├── HikRobotCtrl
│   │   │   │   │   ├── ImageView
│   │   │   │   │   │   ├── HikCover.g.i.cs
│   │   │   │   │   │   ├── HikCoverCircle.g.i.cs
│   │   │   │   │   │   ├── HikCross.g.i.cs
│   │   │   │   │   │   ├── HikImageView.g.i.cs
│   │   │   │   │   │   ├── HikPaster.g.i.cs
│   │   │   │   │   │   ├── HikPolygon.g.i.cs
│   │   │   │   │   │   ├── HikShowCross.g.i.cs
│   │   │   │   │   │   ├── ImageView.g.cs
│   │   │   │   │   │   ├── ImageView.g.i.cs
│   │   │   │   │   │   ├── MoveArea.g.i.cs
│   │   │   │   │   │   ├── RectangleArea.g.i.cs
│   │   │   │   │   │   ├── Rubber.g.i.cs
│   │   │   │   │   │   └── SquareArea.g.i.cs
│   │   │   │   │   ├── SelectButton.baml
│   │   │   │   │   ├── SelectButton.g.cs
│   │   │   │   │   └── SelectButton.g.i.cs
│   │   │   │   ├── HikRobotTool.ReflectionExplore.en-US.resources
│   │   │   │   ├── HikRobotTool.ReflectionExplore.resources
│   │   │   │   ├── HikRobotUI
│   │   │   │   │   ├── AlgoUI
│   │   │   │   │   │   ├── GlueDetect
│   │   │   │   │   │   │   ├── GlueDetectDialogUI.baml
│   │   │   │   │   │   │   ├── GlueDetectDialogUI.g.cs
│   │   │   │   │   │   │   └── GlueDetectDialogUI.g.i.cs
│   │   │   │   │   │   ├── NPointCalib
│   │   │   │   │   │   │   ├── NPointList.baml
│   │   │   │   │   │   │   ├── NPointList.g.cs
│   │   │   │   │   │   │   └── NPointList.g.i.cs
│   │   │   │   │   │   └── PatternMatch
│   │   │   │   │   │       ├── AddCandidate
│   │   │   │   │   │       │   ├── AddCandidataUI.baml
│   │   │   │   │   │       │   ├── AddCandidataUI.g.cs
│   │   │   │   │   │       │   ├── AddCandidataUI.g.i.cs
│   │   │   │   │   │       │   ├── CandidateNameWindow.baml
│   │   │   │   │   │       │   ├── CandidateNameWindow.g.cs
│   │   │   │   │   │       │   └── CandidateNameWindow.g.i.cs
│   │   │   │   │   │       ├── EditOutlineUI.baml
│   │   │   │   │   │       ├── EditOutlineUI.g.cs
│   │   │   │   │   │       ├── EditOutlineUI.g.i.cs
│   │   │   │   │   │       ├── FeaturepatMatchDialogUI.baml
│   │   │   │   │   │       ├── FeaturepatMatchDialogUI.g.cs
│   │   │   │   │   │       ├── FeaturepatMatchDialogUI.g.i.cs
│   │   │   │   │   │       ├── FullScreen.g.i.cs
│   │   │   │   │   │       ├── PxSlider.baml
│   │   │   │   │   │       ├── PxSlider.g.cs
│   │   │   │   │   │       └── PxSlider.g.i.cs
│   │   │   │   │   ├── CamDisplayAll.g.i.cs
│   │   │   │   │   ├── CamDisplayUnit.g.i.cs
│   │   │   │   │   ├── CamModuleView.g.i.cs
│   │   │   │   │   ├── CamSerialSetUI.g.i.cs
│   │   │   │   │   ├── CamSerialSetWindow.g.i.cs
│   │   │   │   │   ├── CamSerialUnit.g.i.cs
│   │   │   │   │   ├── CamUI
│   │   │   │   │   │   ├── CamDisplayAll.baml
│   │   │   │   │   │   ├── CamDisplayAll.g.cs
│   │   │   │   │   │   ├── CamDisplayAll.g.i.cs
│   │   │   │   │   │   ├── CamDisplayUnit.baml
│   │   │   │   │   │   ├── CamDisplayUnit.g.cs
│   │   │   │   │   │   ├── CamDisplayUnit.g.i.cs
│   │   │   │   │   │   ├── CamModuleView.baml
│   │   │   │   │   │   ├── CamModuleView.g.cs
│   │   │   │   │   │   ├── CamModuleView.g.i.cs
│   │   │   │   │   │   ├── CamSerialAll.baml
│   │   │   │   │   │   ├── CamSerialAll.g.cs
│   │   │   │   │   │   ├── CamSerialAll.g.i.cs
│   │   │   │   │   │   ├── CamSerialSetWindow.g.i.cs
│   │   │   │   │   │   ├── CamSerialUnit.baml
│   │   │   │   │   │   ├── CamSerialUnit.g.cs
│   │   │   │   │   │   └── CamSerialUnit.g.i.cs
│   │   │   │   │   ├── ParamListView
│   │   │   │   │   │   ├── CamSerialUnit.g.i.cs
│   │   │   │   │   │   ├── ParamListView.baml
│   │   │   │   │   │   ├── ParamListView.g.cs
│   │   │   │   │   │   ├── ParamListView.g.i.cs
│   │   │   │   │   │   └── ParamListViewUI
│   │   │   │   │   │       ├── BooleanControl.g.i.cs
│   │   │   │   │   │       ├── IPTextBox.g.i.cs
│   │   │   │   │   │       ├── NumericControl.g.i.cs
│   │   │   │   │   │       ├── ParamUserControl.baml
│   │   │   │   │   │       ├── ParamUserControl.g.cs
│   │   │   │   │   │       ├── ParamUserControl.g.i.cs
│   │   │   │   │   │       ├── SliderArrange.g.i.cs
│   │   │   │   │   │       └── SliderArrangeFloat.g.i.cs
│   │   │   │   │   ├── PopUI
│   │   │   │   │   │   ├── ResultOverviewOptionPanel.g.i.cs
│   │   │   │   │   │   ├── ResultOverviewPopIn.g.i.cs
│   │   │   │   │   │   ├── ResultOverviewPopOut.g.i.cs
│   │   │   │   │   │   ├── ResultOverviewPopupButton.baml
│   │   │   │   │   │   ├── ResultOverviewPopupButton.g.cs
│   │   │   │   │   │   └── ResultOverviewPopupButton.g.i.cs
│   │   │   │   │   ├── TcpUI
│   │   │   │   │   │   ├── TcpSetAll.baml
│   │   │   │   │   │   ├── TcpSetAll.g.cs
│   │   │   │   │   │   ├── TcpSetAll.g.i.cs
│   │   │   │   │   │   ├── TcpSetUnit.baml
│   │   │   │   │   │   ├── TcpSetUnit.g.cs
│   │   │   │   │   │   └── TcpSetUnit.g.i.cs
│   │   │   │   │   ├── TitleBar.baml
│   │   │   │   │   ├── TitleBar.g.cs
│   │   │   │   │   ├── TitleBar.g.i.cs
│   │   │   │   │   └── ToolUI
│   │   │   │   │       ├── PsdInputWindow.baml
│   │   │   │   │       ├── PsdInputWindow.g.cs
│   │   │   │   │       └── PsdInputWindow.g.i.cs
│   │   │   │   ├── MainWindow.baml
│   │   │   │   ├── MainWindow.g.cs
│   │   │   │   ├── MainWindow.g.i.cs
│   │   │   │   ├── ProjectDataMgr
│   │   │   │   │   └── CamSerialSetUI.g.i.cs
│   │   │   │   ├── ShowLogo.baml
│   │   │   │   ├── ShowLogo.g.cs
│   │   │   │   ├── ShowLogo.g.i.cs
│   │   │   │   ├── 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
│   │   │   │   ├── UI
│   │   │   │   │   ├── Ctrl
│   │   │   │   │   └── TitleBar.g.i.cs
│   │   │   │   ├── ZDGlueVision.Properties.Resources.resources
│   │   │   │   ├── ZDGlueVision.csproj.CopyComplete
│   │   │   │   ├── ZDGlueVision.csproj.CoreCompileInputs.cache
│   │   │   │   ├── ZDGlueVision.csproj.FileListAbsolute.txt
│   │   │   │   ├── ZDGlueVision.csproj.GenerateResource.cache
│   │   │   │   ├── ZDGlueVision.csprojAssemblyReference.cache
│   │   │   │   ├── ZDGlueVision.exe
│   │   │   │   ├── ZDGlueVision.g.resources
│   │   │   │   ├── ZDGlueVision.pdb
│   │   │   │   ├── ZDGlueVision_MarkupCompile.cache
│   │   │   │   ├── ZDGlueVision_MarkupCompile.i.cache
│   │   │   │   ├── ZDGlueVision_MarkupCompile.i.lref
│   │   │   │   ├── ZDGlueVision_MarkupCompile.lref
│   │   │   │   ├── ZDVision.Properties.Resources.resources
│   │   │   │   ├── ZDVision.csproj.FileListAbsolute.txt
│   │   │   │   ├── ZDVision.csproj.GenerateResource.Cache
│   │   │   │   ├── ZDVision.csprojResolveAssemblyReference.cache
│   │   │   │   ├── ZDVision.exe
│   │   │   │   ├── ZDVision.g.resources
│   │   │   │   ├── ZDVision.pdb
│   │   │   │   ├── ZDVision_Content.g.i.cs
│   │   │   │   ├── ZDVision_MarkupCompile.cache
│   │   │   │   ├── ZDVision_MarkupCompile.i.cache
│   │   │   │   ├── ZDVision_MarkupCompile.i.lref
│   │   │   │   ├── ZDVision_MarkupCompile.lref
│   │   │   │   └── en-US
│   │   │   │       └── ZDVision.resources.dll
│   │   │   └── Release
│   │   │       ├── App.baml
│   │   │       ├── App.g.cs
│   │   │       ├── App.g.i.cs
│   │   │       ├── Ctrl
│   │   │       │   ├── SelectButton.baml
│   │   │       │   ├── SelectButton.g.cs
│   │   │       │   └── SelectButton.g.i.cs
│   │   │       ├── DesignTimeResolveAssemblyReferences.cache
│   │   │       ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │       ├── GeneratedInternalTypeHelper.g.cs
│   │   │       ├── GeneratedInternalTypeHelper.g.i.cs
│   │   │       ├── GlueVision.csproj.FileListAbsolute.txt
│   │   │       ├── HikRobotCtrl
│   │   │       │   └── SelectButton.g.i.cs
│   │   │       ├── HikRobotUI
│   │   │       │   ├── AlgoUI
│   │   │       │   │   ├── GlueDetect
│   │   │       │   │   │   ├── FeaturepatMatchDialogUI.g.i.cs
│   │   │       │   │   │   └── GlueDetectDialogUI.g.i.cs
│   │   │       │   │   ├── NPointCalib
│   │   │       │   │   │   └── NPointList.g.i.cs
│   │   │       │   │   └── PatternMatch
│   │   │       │   │       ├── AddCandidate
│   │   │       │   │       │   ├── AddCandidataUI.g.i.cs
│   │   │       │   │       │   └── CandidateNameWindow.g.i.cs
│   │   │       │   │       ├── EditOutlineUI.g.i.cs
│   │   │       │   │       ├── FeaturepatMatchDialogUI.g.i.cs
│   │   │       │   │       └── PxSlider.g.i.cs
│   │   │       │   ├── CamUI
│   │   │       │   │   ├── CamDisplayAll.g.i.cs
│   │   │       │   │   ├── CamDisplayUnit.g.i.cs
│   │   │       │   │   ├── CamModuleView.g.i.cs
│   │   │       │   │   ├── CamSerialAll.g.i.cs
│   │   │       │   │   └── CamSerialUnit.g.i.cs
│   │   │       │   ├── ParamListView
│   │   │       │   │   ├── ParamListView.g.i.cs
│   │   │       │   │   └── ParamListViewUI
│   │   │       │   │       └── ParamUserControl.g.i.cs
│   │   │       │   ├── PopUI
│   │   │       │   │   └── ResultOverviewPopupButton.g.i.cs
│   │   │       │   ├── TcpUI
│   │   │       │   │   ├── TcpSetAll.g.i.cs
│   │   │       │   │   └── TcpSetUnit.g.i.cs
│   │   │       │   ├── TitleBar.g.i.cs
│   │   │       │   └── ToolUI
│   │   │       │       ├── ProgressDialog.g.i.cs
│   │   │       │       └── PsdInputWindow.g.i.cs
│   │   │       ├── MainWindow.baml
│   │   │       ├── MainWindow.g.cs
│   │   │       ├── MainWindow.g.i.cs
│   │   │       ├── ProgressDialog.g.i.cs
│   │   │       ├── ShowLogo.baml
│   │   │       ├── ShowLogo.g.cs
│   │   │       ├── ShowLogo.g.i.cs
│   │   │       ├── 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
│   │   │       ├── UI
│   │   │       │   ├── AlgoUI
│   │   │       │   │   ├── GlueDetect
│   │   │       │   │   │   ├── GlueDetectDialogUI.baml
│   │   │       │   │   │   ├── GlueDetectDialogUI.g.cs
│   │   │       │   │   │   └── GlueDetectDialogUI.g.i.cs
│   │   │       │   │   ├── NPointCalib
│   │   │       │   │   │   ├── NPointList.baml
│   │   │       │   │   │   ├── NPointList.g.cs
│   │   │       │   │   │   └── NPointList.g.i.cs
│   │   │       │   │   └── PatternMatch
│   │   │       │   │       ├── AddCandidate
│   │   │       │   │       │   ├── AddCandidataUI.baml
│   │   │       │   │       │   ├── AddCandidataUI.g.cs
│   │   │       │   │       │   ├── AddCandidataUI.g.i.cs
│   │   │       │   │       │   ├── CandidateNameWindow.baml
│   │   │       │   │       │   ├── CandidateNameWindow.g.cs
│   │   │       │   │       │   └── CandidateNameWindow.g.i.cs
│   │   │       │   │       ├── EditOutlineUI.baml
│   │   │       │   │       ├── EditOutlineUI.g.cs
│   │   │       │   │       ├── EditOutlineUI.g.i.cs
│   │   │       │   │       ├── FeaturepatMatchDialogUI.baml
│   │   │       │   │       ├── FeaturepatMatchDialogUI.g.cs
│   │   │       │   │       ├── FeaturepatMatchDialogUI.g.i.cs
│   │   │       │   │       ├── PxSlider.baml
│   │   │       │   │       ├── PxSlider.g.cs
│   │   │       │   │       └── PxSlider.g.i.cs
│   │   │       │   ├── CamUI
│   │   │       │   │   ├── CamDisplayAll.baml
│   │   │       │   │   ├── CamDisplayAll.g.cs
│   │   │       │   │   ├── CamDisplayAll.g.i.cs
│   │   │       │   │   ├── CamDisplayUnit.baml
│   │   │       │   │   ├── CamDisplayUnit.g.cs
│   │   │       │   │   ├── CamDisplayUnit.g.i.cs
│   │   │       │   │   ├── CamModuleView.baml
│   │   │       │   │   ├── CamModuleView.g.cs
│   │   │       │   │   ├── CamModuleView.g.i.cs
│   │   │       │   │   ├── CamSerialAll.baml
│   │   │       │   │   ├── CamSerialAll.g.cs
│   │   │       │   │   ├── CamSerialAll.g.i.cs
│   │   │       │   │   ├── CamSerialUnit.baml
│   │   │       │   │   ├── CamSerialUnit.g.cs
│   │   │       │   │   └── CamSerialUnit.g.i.cs
│   │   │       │   ├── ParamListView
│   │   │       │   │   ├── ParamListView.baml
│   │   │       │   │   ├── ParamListView.g.cs
│   │   │       │   │   ├── ParamListView.g.i.cs
│   │   │       │   │   └── ParamListViewUI
│   │   │       │   │       ├── ParamUserControl.baml
│   │   │       │   │       ├── ParamUserControl.g.cs
│   │   │       │   │       └── ParamUserControl.g.i.cs
│   │   │       │   ├── PopUI
│   │   │       │   │   ├── ResultOverviewPopupButton.baml
│   │   │       │   │   ├── ResultOverviewPopupButton.g.cs
│   │   │       │   │   └── ResultOverviewPopupButton.g.i.cs
│   │   │       │   ├── TcpUI
│   │   │       │   │   ├── TcpSetAll.baml
│   │   │       │   │   ├── TcpSetAll.g.cs
│   │   │       │   │   ├── TcpSetAll.g.i.cs
│   │   │       │   │   ├── TcpSetUnit.baml
│   │   │       │   │   ├── TcpSetUnit.g.cs
│   │   │       │   │   └── TcpSetUnit.g.i.cs
│   │   │       │   ├── TitleBar.baml
│   │   │       │   ├── TitleBar.g.cs
│   │   │       │   ├── TitleBar.g.i.cs
│   │   │       │   └── ToolUI
│   │   │       │       ├── PsdInputWindow.baml
│   │   │       │       ├── PsdInputWindow.g.cs
│   │   │       │       └── PsdInputWindow.g.i.cs
│   │   │       ├── ZDGlueVision.Properties.Resources.resources
│   │   │       ├── ZDGlueVision.csproj.CoreCompileInputs.cache
│   │   │       ├── ZDGlueVision.csproj.FileListAbsolute.txt
│   │   │       ├── ZDGlueVision.csproj.GenerateResource.Cache
│   │   │       ├── ZDGlueVision.csprojAssemblyReference.cache
│   │   │       ├── ZDGlueVision.csprojResolveAssemblyReference.cache
│   │   │       ├── ZDGlueVision.exe
│   │   │       ├── ZDGlueVision.g.resources
│   │   │       ├── ZDGlueVision.pdb
│   │   │       ├── ZDGlueVision_Content.g.i.cs
│   │   │       ├── ZDGlueVision_MarkupCompile.cache
│   │   │       ├── ZDGlueVision_MarkupCompile.i.cache
│   │   │       ├── ZDGlueVision_MarkupCompile.lref
│   │   │       ├── ZDVision.csproj.FileListAbsolute.txt
│   │   │       ├── ZDVision.csproj.GenerateResource.Cache
│   │   │       ├── ZDVision.csprojResolveAssemblyReference.cache
│   │   │       ├── ZDVision_MarkupCompile.i.cache
│   │   │       └── ZDVision_MarkupCompile.i.lref
│   │   ├── packages
│   │   │   ├── Mvvm.1.0.4
│   │   │   │   ├── Mvvm.1.0.4.nupkg
│   │   │   │   └── lib
│   │   │   │       ├── Mvvm.XML
│   │   │   │       └── Mvvm.dll
│   │   │   └── repositories.config
│   │   └── packages.config
│   ├── ZDGlueVision.sln
│   ├── ZDGlueVision.suo
│   ├── ZDGlueVision.v12.suo
│   └── packages
│       ├── Mvvm.1.0.4
│       │   ├── Mvvm.1.0.4.nupkg
│       │   └── lib
│       │       ├── Mvvm.XML
│       │       └── Mvvm.dll
│       └── repositories.config
└── 点胶视觉框架_ZDGlueVision_4.zip

120 directories, 590 files


标签: 视觉 框架

实例下载地址

C#点胶视觉框架源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 scx8119 发表于: 2022-09-14 11:50 35
自己下载不希望别人下载?自己不会用 @1213131584

支持(0) 盖楼(回复)

第 2 楼 lily1986 发表于: 2023-05-02 14:28 45
没作用,别下,全部都封装了

支持(0) 盖楼(回复)

第 3 楼 4343sfdfd 发表于: 2023-11-29 19:00 37
下载运行不了啊

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有26条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警