예제 #1
0
 public static extern int imaqMorphologyReconstruct(IntPtr dstImage, IntPtr srcImage, IntPtr markerImage, ref PointFloat points, int numOfPoints, MorphologyReconstructOperation operation, Connectivity connectivity, ref ROI roi);
예제 #2
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);