Exemplo n.º 1
0
 public static extern int imaqGetPolygonArea(ref PointFloat points, int numPoints, ref float area);
Exemplo n.º 2
0
 public static extern int imaqGetMidLine(PointFloat refLineStart, PointFloat refLineEnd, PointFloat point, ref PointFloat midLineStart, ref PointFloat midLineEnd);
Exemplo n.º 3
0
 public static extern int imaqGetPerpendicularLine(PointFloat refLineStart, PointFloat refLineEnd, PointFloat point, ref PointFloat perpLineStart, ref PointFloat perpLineEnd, ref double distance);
Exemplo n.º 4
0
 public static extern int imaqMorphologyReconstruct(IntPtr dstImage, IntPtr srcImage, IntPtr markerImage, ref PointFloat points, int numOfPoints, MorphologyReconstructOperation operation, Connectivity connectivity, ref ROI roi);
Exemplo n.º 5
0
 public static extern int imaqGetIntersection(PointFloat start1, PointFloat end1, PointFloat start2, PointFloat end2, ref PointFloat intersection);
Exemplo n.º 6
0
 public static extern IntPtr imaqTransformPixelToRealWorld(IntPtr image, ref PointFloat pixelCoordinates, int numCoordinates);
Exemplo n.º 7
0
 public static extern int imaqCentroid(IntPtr image, ref PointFloat centroid, IntPtr mask);
Exemplo n.º 8
0
 public static extern IntPtr imaqFitEllipse2(ref PointFloat points, int numPoints, ref FitEllipseOptions options);
Exemplo n.º 9
0
 public static extern IntPtr imaqFitLine(ref PointFloat points, int numPoints, ref FitLineOptions options);
Exemplo n.º 10
0
 public static extern int imaqBestCircle(ref PointFloat points, int numPoints, ref PointFloat center, ref double radius);
Exemplo n.º 11
0
 public static extern int imaqDetectRotation(IntPtr referenceImage, IntPtr testImage, PointFloat referenceCenter, PointFloat testCenter, int radius, float precision, ref double angle);
Exemplo n.º 12
0
 public static extern int imaqFitCircle(ref PointFloat points, int numPoints, ref BestCircle circle);
Exemplo n.º 13
0
 public static extern int imaqFitEllipse(ref PointFloat points, int numPoints, ref BestEllipse ellipse);
Exemplo n.º 14
0
 public static extern int imaqLearnGoldenTemplate(IntPtr goldenTemplate, PointFloat originOffset, IntPtr mask);
Exemplo n.º 15
0
 public static extern IntPtr imaqGetMeterArc(int lightNeedle, MeterArcMode mode, ref ROI roi, PointFloat basePoint, PointFloat start, PointFloat end);
Exemplo n.º 16
0
 public static extern int imaqGetAngle(PointFloat start1, PointFloat end1, PointFloat start2, PointFloat end2, ref float angle);
Exemplo n.º 17
0
 public static extern int imaqReadMeter(IntPtr image, ref MeterArc arcInfo, ref double percentage, ref PointFloat endOfNeedle);
Exemplo n.º 18
0
 public static extern int imaqGetBisectingLine(PointFloat start1, PointFloat end1, PointFloat start2, PointFloat end2, ref PointFloat bisectStart, ref PointFloat bisectEnd);
Exemplo n.º 19
0
 public static extern IntPtr imaqTransformRealWorldToPixel(IntPtr image, ref PointFloat realWorldCoordinates, int numCoordinates);
Exemplo n.º 20
0
 public static extern int imaqGetDistance(PointFloat point1, PointFloat point2, ref float distance);
Exemplo n.º 21
0
 public static extern int imaqLearnGeometricPattern2(IntPtr image, PointFloat originOffset, double angleOffset, ref CurveOptions curveOptions, ref LearnGeometricPatternAdvancedOptions2 advancedLearnOptions, IntPtr mask);
Exemplo n.º 22
0
 public static extern int imaqGrayMorphologyReconstruct(IntPtr dstImage, IntPtr srcImage, IntPtr markerImage, ref PointFloat points, int numOfPoints, MorphologyReconstructOperation operation, ref StructuringElement structuringElement, ref ROI roi);