登录
首页 » C# » calibration

calibration

于 2017-08-03 发布 文件大小:363KB
0 135
下载积分: 1 下载次数: 13

代码说明:

  介绍一下制作这个类库的流程:新建一个项目→选择 类库 → 在这个类库的基础上添加新建项 → 用户控件→添加 引用HalconDotNet → 拖一个 Halcon显示图像的HalconWindow 上去 → 改写,添加 放大 缩小的功能 完毕。(Description: halcon and C # joint programming, control function 1, support the mouse button zoom and left drag 2, support in the image after scaling, region, xld, roi can reproduce 3, support region, xld in accordance with the specified color display, and In the zoom after the recurrence of 4, support rectangle 1, rectangle 2, circle, and straight roi drawing 5, you can display the current position of the left mouse button image gray value 6, you can save the original image, or screenshots of the current window (Halcon and C # joint programming))

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 使用进程名禁止程序运行多次
    C# 使用进程名禁止程序运行多次,   string moduleName = Process.GetCurrentProcess().MainModule.ModuleName; //获取当前活动进程的模块名称   string processName = System.IO.Path.GetFileNameWithoutExtension(moduleName);//返回指定路径字符串的文件名   Process[] processes = Process.GetProcessesByName(processName);//根据文件名创建进程资源数组   if (processes.Length > 1)//如果该数组长度大于1,说明多次运行   {    MessageBox.Show("本程序一次只能运行一个实例!", "提示", MessageBoxButtons.OK, MessageBoxIcon.Information);//弹出提示信息    this.Close();//关闭当前窗体   }
    2022-02-04 01:16:54下载
    积分:1
  • 转换汉字到16进制编码和10进制编码的小工具, java编写,源程序不小心删除了,请反编译即可得到。...
    转换汉字到16进制编码和10进制编码的小工具, java编写,源程序不小心删除了,请反编译即可得到。-Convert Chinese characters to 16 hexadecimal encoding and 10-band encoding gadget, java prepared source accidentally deleted, please decompile can be obtained.
    2022-07-22 03:16:07下载
    积分:1
  • vector
    说明:  用c语言实现电机仿真-基于恒定磁链的转子磁链控制。(Using c language realize electrical simulation- based on a constant flux of the rotor flux control.)
    2008-09-22 16:00:20下载
    积分:1
  • CGLPparallel-computing
    陈国良 并行计算 PPT教程&pdf书籍(Chen Guoliang parallel computing PPT tutorials & pdf books )
    2020-10-11 01:17:35下载
    积分:1
  • 摄影测量学中立体像对的相对-绝对定向程序设计代码C#
    说明:  摄影测量学中立体像对的相对-绝对定向程序设计代码。(Relative absolute orientation)
    2021-03-04 20:29:32下载
    积分:1
  • 3
    说明:  this is a very nice sourcecode for very nice stuffla its good
    2018-05-14 20:59:30下载
    积分:1
  • SIMULINK仿真模型
    说明:  反激式变换器,使用SIMULINK搭建,Matlab版本为2014b,运行正常(Flyback converter, built with Simulink, matlab version 2014b, normal operation)
    2020-01-13 17:28:27下载
    积分:1
  • CGE-model-programming
    可计算一般均衡模型的编程原理。在CGE方面很经典的书籍,主要介绍运用GAMS进行编程的过程。(The programming principle of the general equilibrium model can be calculated. CGE in the classic books, mainly on the use of GAMS programming process.)
    2017-02-10 10:55:14下载
    积分:1
  • 本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
    本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
    2022-01-25 16:01:13下载
    积分:1
  • 5679108dpca
    相位中心偏置天线技术是一种简单,且理论上十分有效的多通道雷达杂波抑制技术。(Phase Center Offset Antenna (DPCA) technology is a simple and theoretically effective multi-channel radar clutter suppression technology.)
    2018-12-19 16:32:10下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载