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