Exemple #1
0
 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);
Exemple #2
0
 public static extern IntPtr imaqExtractWaveletBands(IntPtr srcImage, ref WaveletOptions waveletOptions, IntPtr waveletBands, uint numWaveletBands);
Exemple #3
0
 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);