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 int imaqFindTransformRect2(IntPtr image, ref ROI roi, FindTransformMode mode, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem, ref FindTransformRectOptions2 findTransformOptions, ref StraightEdgeOptions straightEdgeOptions, ref AxisReport axisReport);
Exemplo n.º 4
0
 public static extern int imaqFindTransformRects2(IntPtr image, ref ROI primaryROI, ref ROI secondaryROI, FindTransformMode mode, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem, ref FindTransformRectsOptions2 findTransformOptions, ref StraightEdgeOptions primaryStraightEdgeOptions, ref StraightEdgeOptions secondaryStraightEdgeOptions, ref AxisReport axisReport);
Exemplo n.º 5
0
 public static extern IntPtr imaqFindEdge2(IntPtr image, ref ROI roi, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem, ref FindEdgeOptions2 findEdgeOptions, ref StraightEdgeOptions straightEdgeOptions);