コード例 #1
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqStraightEdge2(IntPtr image, ref ROI roi, SearchDirection searchDirection, ref EdgeOptions2 edgeOptions, ref StraightEdgeOptions straightEdgeOptions, uint optimizedMode);
コード例 #2
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqStraightEdge(IntPtr image, ref ROI roi, SearchDirection searchDirection, ref EdgeOptions2 edgeOptions, ref StraightEdgeOptions straightEdgeOptions);
コード例 #3
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqEdgeTool4(IntPtr image, ref ROI roi, EdgeProcess processType, ref EdgeOptions2 edgeOptions, uint reverseDirection);
コード例 #4
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqSpoke2(IntPtr image, ref ROI roi, SpokeDirection direction, EdgeProcess process, int stepSize, ref EdgeOptions2 edgeOptions);
コード例 #5
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqEdgeTool3(IntPtr image, ref ROI roi, EdgeProcess processType, ref EdgeOptions2 edgeOptions);