コード例 #1
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqExtractTextureFeatures(IntPtr srcImage, ref ROI roi, ref WindowSize windowOptions, ref WaveletOptions waveletOptions, IntPtr waveletBands, uint numWaveletBands, ref CooccurrenceOptions cooccurrenceOptions, byte useWindow);
コード例 #2
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqClassificationTextureDefectOptions(ref IntPtr session, ref WindowSize windowOptions, ref WaveletOptions waveletOptions, ref IntPtr bandsUsed, ref int numBandsUsed, ref CooccurrenceOptions cooccurrenceOptions, byte setOperation);