Beispiel #1
0
 public static extern int imaqCalibrationSetAxisInfo(IntPtr image, ref CoordinateSystem axisInfo);
Beispiel #2
0
 public static extern int imaqSetCoordinateSystem(IntPtr image, ref CoordinateSystem system);
Beispiel #3
0
 public static extern int imaqSetSimpleCalibration(IntPtr image, ScalingMethod method, int learnTable, ref GridDescriptor grid, ref CoordinateSystem system);
Beispiel #4
0
 public static extern int imaqBuildCoordinateSystem(ref Point points, ReferenceMode mode, AxisOrientation orientation, ref CoordinateSystem system);
Beispiel #5
0
 public static extern int imaqLearnCalibrationPoints(IntPtr image, ref CalibrationPoints points, ref ROI roi, ref LearnCalibrationOptions options, ref GridDescriptor grid, ref CoordinateSystem system, ref float quality);
Beispiel #6
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);
Beispiel #7
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);
Beispiel #8
0
 public static extern IntPtr imaqFindEdge2(IntPtr image, ref ROI roi, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem, ref FindEdgeOptions2 findEdgeOptions, ref StraightEdgeOptions straightEdgeOptions);
Beispiel #9
0
 public static extern IntPtr imaqClampMax2(IntPtr image, ref ROI roi, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem, ref CurveOptions curveSettings, ref ClampSettings clampSettings, ref ClampOverlaySettings clampOverlaySettings);
Beispiel #10
0
 public static extern int imaqTransformROI2(ref ROI roi, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem);
Beispiel #11
0
 public static extern IntPtr imaqFindConcentricEdge2(IntPtr image, ref ROI roi, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem, ref FindConcentricEdgeOptions edgeOptions, ref ConcentricEdgeFitOptions concentricEdgeFitOptions);
Beispiel #12
0
 public static extern IntPtr imaqFindCircularEdge2(IntPtr image, ref ROI roi, ref CoordinateSystem baseSystem, ref CoordinateSystem newSystem, ref FindCircularEdgeOptions edgeOptions, ref CircleFitOptions circleFitOptions);