Exemple #1
0
 public static extern IntPtr imaqRefineMatches(IntPtr image, IntPtr pattern, ref PatternMatch candidatesIn, int numCandidatesIn, ref MatchPatternOptions options, ref MatchPatternAdvancedOptions advancedOptions, ref int numCandidatesref);
Exemple #2
0
 public static extern IntPtr imaqMatchPattern3(IntPtr image, IntPtr pattern, ref MatchPatternOptions options, ref MatchPatternAdvancedOptions advancedOptions, ref ROI roi, ref int numMatches);
Exemple #3
0
 public static extern IntPtr imaqMatchPattern2(IntPtr image, IntPtr pattern, ref MatchPatternOptions options, ref MatchPatternAdvancedOptions advancedOptions, Rect searchRect, ref int numMatches);