コード例 #1
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqReadText(IntPtr image, ref CharSet set, ref ROI roi, ref ReadTextOptions readOptions, ref OCRProcessingOptions processingOptions, ref OCRSpacingOptions spacingOptions);
コード例 #2
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqReadOCRFile([MarshalAs(UnmanagedType.LPStr)] string fileName, ref CharSet set, String255 setDescription, ref ReadTextOptions readOptions, ref OCRProcessingOptions processingOptions, ref OCRSpacingOptions spacingOptions);
コード例 #3
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqTrainChars(IntPtr image, ref CharSet set, int index, [MarshalAs(UnmanagedType.LPStr)] string charValue, ref ROI roi, ref OCRProcessingOptions processingOptions, ref OCRSpacingOptions spacingOptions);