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