/// /// 缩放图像适应控件窗口 /// /// /// /// private void DispImage( HWindowControl hWindow, HTuple hv_Heigh... Read More
posted @ 2020-04-01 17:46
LcVong
Views(246)
Comments(0)
Diggs(0)
/// <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(1760)
Comments(0)
Diggs(0)
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(288)
Comments(0)
Diggs(0)
private void GetData() { stop = true; Thread runtest = new Thread(new ParameterizedThrea... Read More
posted @ 2020-04-01 16:30
LcVong
Views(56)
Comments(0)
Diggs(0)
*关闭窗口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(1081)
Comments(0)
Diggs(0)
*关闭窗口 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(67)
Comments(0)
Diggs(0)