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