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