Ejemplo n.º 1
0
 public static extern int imaqAddOvalContour(ref ROI roi, Rect boundingBox);
Ejemplo n.º 2
0
 public static extern int imaqAddRectContour(ref ROI roi, Rect rect);
Ejemplo n.º 3
0
 public static extern IntPtr imaqSnap(ulong sessionID, IntPtr image, Rect rect);
Ejemplo n.º 4
0
 public static extern IntPtr imaqComplexPlaneToArray(IntPtr image, ComplexPlane plane, Rect rect, ref int rows, ref int columns);
Ejemplo n.º 5
0
 public static extern int imaqOverlayMetafile(IntPtr image, IntPtr metafile, Rect rect, [MarshalAs(UnmanagedType.LPStr)] string group);
Ejemplo n.º 6
0
 public static extern int imaqSetupGrab(ulong sessionID, Rect rect);
Ejemplo n.º 7
0
 public static extern int imaqResample(IntPtr dest, IntPtr source, int newWidth, int newHeight, InterpolationMethod method, Rect rect);
Ejemplo n.º 8
0
 public static extern IntPtr imaqLinearAverages2(IntPtr image, LinearAveragesMode mode, Rect rect);
Ejemplo n.º 9
0
 public static extern int imaqDrawShapeOnImage(IntPtr dest, IntPtr source, Rect rect, DrawMode mode, ShapeMode shape, float newPixelValue);
Ejemplo n.º 10
0
 public static extern int imaqCopyRect(IntPtr dest, IntPtr source, Rect rect, Point destLoc);
Ejemplo n.º 11
0
 public static extern int imaqCorrelate(IntPtr dest, IntPtr source, IntPtr templateImage, Rect rect);
Ejemplo n.º 12
0
 public static extern IntPtr imaqLinearAverages(IntPtr image, Rect rect);
Ejemplo n.º 13
0
 public static extern IntPtr imaqMatchPattern2(IntPtr image, IntPtr pattern, ref MatchPatternOptions options, ref MatchPatternAdvancedOptions advancedOptions, Rect searchRect, ref int numMatches);
Ejemplo n.º 14
0
 public static extern int imaqGetROIBoundingBox(ref ROI roi, ref Rect boundingBox);
Ejemplo n.º 15
0
 public static extern int imaqScale(IntPtr dest, IntPtr source, int xScale, int yScale, ScalingMode scaleMode, Rect rect);
Ejemplo n.º 16
0
 public static extern IntPtr imaqCopyFromRing(ulong sessionID, IntPtr image, int imageToCopy, ref int imageNumber, Rect rect);
Ejemplo n.º 17
0
 public static extern IntPtr imaqImageToArray(IntPtr image, Rect rect, ref int columns, ref int rows);
Ejemplo n.º 18
0
 public static extern IntPtr imaqMatchColorPattern(IntPtr image, IntPtr pattern, ref MatchColorPatternOptions options, Rect searchRect, ref int numMatches);
Ejemplo n.º 19
0
 public static extern RotatedRect imaqMakeRotatedRectFromRect(Rect rect);
Ejemplo n.º 20
0
 public static extern int imaqOverlayOval(IntPtr image, Rect boundingBox, ref RGBValue color, DrawMode drawMode, IntPtr group);
Ejemplo n.º 21
0
 public static extern int imaqGetLastEvent(ref WindowEventType type, ref int windowNumber, ref Tool tool, ref Rect rect);
Ejemplo n.º 22
0
 public static extern int imaqOverlayRect(IntPtr image, Rect rect, ref RGBValue color, DrawMode drawMode, [MarshalAs(UnmanagedType.LPStr)] string group);
Ejemplo n.º 23
0
 public static extern int imaqSetupSequence(ulong sessionID, ref IntPtr images, int numImages, int skipCount, Rect rect);