上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: [Serializable] public class ProgramDataFileClass { /// <summary> /// 软件的程序版本 /// </summary> [XmlIgnore] public int ProgramVersion; /// <summary> ///程序 阅读全文
posted @ 2020-06-26 16:39 QuincyYi 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 1、首先以管理员身份运行Halcon安装软件。2、其次是关闭WINDOW防火墙软件。3、关闭360杀毒等软件。 阅读全文
posted @ 2020-06-26 16:34 QuincyYi 阅读(616) 评论(0) 推荐(0) 编辑
摘要: using System.Diagnostics; try { } catch (Exception ex) { Trace.WriteLine(ex.StackTrace); } C# Trace 信息写入日志文件 要将Trace调试日志输出到日志文件,需要在app.config配置文件下添加一下 阅读全文
posted @ 2020-06-19 21:27 QuincyYi 阅读(466) 评论(0) 推荐(0) 编辑
摘要: unsigned char *pp; HImage Img,RgtImg; HTuple PtR, MyType, MyWidth, MyHeight; char str[128] = { 0 }; int m_nCamNumInner, m_nCamNumOutter; UpdateData(FA 阅读全文
posted @ 2020-06-19 21:08 QuincyYi 阅读(631) 评论(0) 推荐(0) 编辑
摘要: 首先,应该了解需要被检测的产品:零件为什么会开裂,是由于加工工艺中磨具的损坏还是本身产品设计的不良?比如之前做过的螺母轮裂,根据层层追溯,最终发现是因为冷镦机中的磨具长期磨损导致的问题。这种背景知识的了解可以帮助工程师快速定位缺陷区域和性质,从而确定可靠的检测方案。 接下来,需要进行划痕识别。值得注 阅读全文
posted @ 2020-06-19 21:07 QuincyYi 阅读(1375) 评论(0) 推荐(0) 编辑
摘要: * * Example for the usage of a Matrox frame grabber board based on MIL-Lite* (external triggering)* * * open the board with the desired camera configu 阅读全文
posted @ 2020-06-19 18:47 QuincyYi 阅读(1486) 评论(0) 推荐(0) 编辑
摘要: CallingConvention由CallingConvention.StdCall改成CallingConvention.Cdecl就可以了。 阅读全文
posted @ 2020-06-19 11:55 QuincyYi 阅读(737) 评论(0) 推荐(0) 编辑
摘要: 一个位置要接受同样多的光线照射才均匀。条形光的边缘区域只有一部分光纤到达,所以就偏暗。 条形光的均匀照射区域面积受以下影响: <1>、灯珠的角度。 <2>、光源离待测物的距离。 <3>、光源整体安装的角度,已经漫射版的有无,以及光源大小和样品的特性等等。 条形光源的发光区域长度一般是光照均匀区域的长 阅读全文
posted @ 2020-06-17 09:00 QuincyYi 阅读(640) 评论(0) 推荐(0) 编辑
摘要: https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes 阅读全文
posted @ 2020-06-09 19:01 QuincyYi 阅读(408) 评论(0) 推荐(0) 编辑
摘要: 1、如果不是sp1版本,安装.net framework4.6就会失败。 2、可以安装Sp1升级包。 阅读全文
posted @ 2020-06-09 12:49 QuincyYi 阅读(758) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页