Does image segmentation by pyramids.
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void PyrSegmentation( IplImage src, IplImage dst, int level, double threshold1, double threshold2 )
Parameters
- src
- Type: OpenCvSharpIplImage
The source image. - dst
- Type: OpenCvSharpIplImage
The destination image. - level
- Type: SystemInt32
[Missing <param name="level"/> documentation for "M:OpenCvSharp.Cv.PyrSegmentation(OpenCvSharp.IplImage,OpenCvSharp.IplImage,System.Int32,System.Double,System.Double)"]
- threshold1
- Type: SystemDouble
[Missing <param name="threshold1"/> documentation for "M:OpenCvSharp.Cv.PyrSegmentation(OpenCvSharp.IplImage,OpenCvSharp.IplImage,System.Int32,System.Double,System.Double)"]
- threshold2
- Type: SystemDouble
[Missing <param name="threshold2"/> documentation for "M:OpenCvSharp.Cv.PyrSegmentation(OpenCvSharp.IplImage,OpenCvSharp.IplImage,System.Int32,System.Double,System.Double)"]
See Also