Exemplo n.º 1
0
 public static extern IntPtr imaqStraightEdge2(IntPtr image, ref ROI roi, SearchDirection searchDirection, ref EdgeOptions2 edgeOptions, ref StraightEdgeOptions straightEdgeOptions, uint optimizedMode);
Exemplo n.º 2
0
 public static extern IntPtr imaqStraightEdge(IntPtr image, ref ROI roi, SearchDirection searchDirection, ref EdgeOptions2 edgeOptions, ref StraightEdgeOptions straightEdgeOptions);
Exemplo n.º 3
0
 public static extern IntPtr imaqEdgeTool4(IntPtr image, ref ROI roi, EdgeProcess processType, ref EdgeOptions2 edgeOptions, uint reverseDirection);
Exemplo n.º 4
0
 public static extern IntPtr imaqSpoke2(IntPtr image, ref ROI roi, SpokeDirection direction, EdgeProcess process, int stepSize, ref EdgeOptions2 edgeOptions);
Exemplo n.º 5
0
 public static extern IntPtr imaqEdgeTool3(IntPtr image, ref ROI roi, EdgeProcess processType, ref EdgeOptions2 edgeOptions);