/// /// 缩放图像适应控件窗口 /// /// /// /// private void DispImage( HWindowControl hWindow, HTuple hv_Heigh... Read More
posted @ 2020-04-01 17:46 LcVong Views(184) Comments(0) Diggs(0) Edit
/// <summary> /// 缩放图像适应控件窗口 /// </summary> /// <param name="hWindow"></param> /// <param name="hv_Height"></param> /// <param name="hv_Width"></param Read More
posted @ 2020-04-01 17:46 LcVong Views(1545) Comments(0) Diggs(0) Edit
private void GetData() { stop = true; Thread runtest = new Thread(new ParameterizedThreadStart(GettMethod)); runtest.IsBackground = true; runtest.Star Read More
posted @ 2020-04-01 16:30 LcVong Views(269) Comments(0) Diggs(0) Edit
private void GetData() { stop = true; Thread runtest = new Thread(new ParameterizedThrea... Read More
posted @ 2020-04-01 16:30 LcVong Views(54) Comments(0) Diggs(0) Edit
*关闭窗口 dev_close_window () *读取图像 read_image (Image, 'D:/程序猿/Halcon/Halcon练习/个人练习/图像匹配/board-01.png') *获取图像大小 get_image_si... Read More
posted @ 2020-04-01 11:24 LcVong Views(44) Comments(0) Diggs(0) Edit
*关闭窗口dev_close_window () *读取图像read_image (Image, 'D:/程序猿/Halcon/Halcon练习/个人练习/图像匹配/board-01.png') *获取图像大小get_image_size (Clip, Width, Height) *打开新窗口de Read More
posted @ 2020-04-01 11:24 LcVong Views(966) Comments(0) Diggs(0) Edit