コード例 #1
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern int imaqCalcCoeff(IntPtr image, ref ParticleReport report, MeasurementValue parameter, ref float coefficient);
コード例 #2
0
ファイル: Interop.cs プロジェクト: chopshop-166/WPILib
 public static extern IntPtr imaqSelectParticles(IntPtr image, ref ParticleReport reports, int reportCount, int rejectBorder, ref SelectParticleCriteria criteria, int criteriaCount, ref int selectedCount);