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