library里面有多个pattern,pattern有好几种Type,不同的type有什么区别
pieces
2024-03-09
浏览:165
1. type表示的是pattern里面的几何特征情况;
2. CE1 CE2中的CE表示corner edge,即在Extent Layer范围内,存在顶点;其中1表示精确匹配,2表示pattern中设有constraint,会进行模糊匹配;
3. NC1 NC2中的NC表示no corner,即在Extent Layer范围内,不存在顶点;其中1表示会进行精确的条形码匹配,2表示会进行带constraint的模糊条形码匹配;
4. cross-shaped表示会进行多层且交叠的NC匹配;
5。 Invalid表示Pattern存在错误;None表示Pattern为空;
评论 5