Exemple #1
0
 public static extern int imaqSizeFilter(IntPtr dest, IntPtr source, int connectivity8, int erosions, SizeType keepSize, ref StructuringElement structuringElement);
Exemple #2
0
 public static extern int imaqSimpleDistance(IntPtr dest, IntPtr source, ref StructuringElement structuringElement);
Exemple #3
0
 public static extern int imaqMorphology(IntPtr dest, IntPtr source, MorphologyMethod method, ref StructuringElement structuringElement);
Exemple #4
0
 public static extern int imaqSeparation(IntPtr dest, IntPtr source, int erosions, ref StructuringElement structuringElement);
Exemple #5
0
 public static extern int imaqGrayMorphologyReconstruct(IntPtr dstImage, IntPtr srcImage, IntPtr markerImage, ref PointFloat points, int numOfPoints, MorphologyReconstructOperation operation, ref StructuringElement structuringElement, ref ROI roi);