Emgu.CV.CvInvoke.cvPyrSegmentation C# (CSharp) Метод

cvPyrSegmentation() приватный Метод

private cvPyrSegmentation ( IntPtr src, IntPtr dst, IntPtr storage, IntPtr &comp, int level, double threshold1, double threshold2 ) : void
src IntPtr
dst IntPtr
storage IntPtr
comp IntPtr
level int
threshold1 double
threshold2 double
Результат void
        public static extern void cvPyrSegmentation(
          IntPtr src,
          IntPtr dst,
          IntPtr storage,
          out IntPtr comp,
          int level,
          double threshold1,
          double threshold2);
CvInvoke