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