Ejemplo n.º 1
0
 public static extern IntPtr imaqContourClassifyDistances(IntPtr targetImage, IntPtr templateImage, ref SetupMatchPatternData matchSetupData, uint smoothingKernel, ref RangeLabel distanceRanges, uint numDistanceRanges);
Ejemplo n.º 2
0
 public static extern int imaqContourAdvancedSetupMatchPattern(ref SetupMatchPatternData matchSetupData, ref GeometricAdvancedSetupDataOption geometricOptions, uint numGeometricOptions);
Ejemplo n.º 3
0
 public static extern IntPtr imaqContourComputeDistances(IntPtr targetImage, IntPtr templateImage, ref SetupMatchPatternData matchSetupData, uint smoothingKernel);