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