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