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