Exemplo n.º 1
0
 public static extern int imaqSizeFilter(IntPtr dest, IntPtr source, int connectivity8, int erosions, SizeType keepSize, ref StructuringElement structuringElement);
Exemplo n.º 2
0
 public static extern int imaqSimpleDistance(IntPtr dest, IntPtr source, ref StructuringElement structuringElement);
Exemplo n.º 3
0
 public static extern int imaqMorphology(IntPtr dest, IntPtr source, MorphologyMethod method, ref StructuringElement structuringElement);
Exemplo n.º 4
0
 public static extern int imaqSeparation(IntPtr dest, IntPtr source, int erosions, ref StructuringElement structuringElement);
Exemplo n.º 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);