Click or drag to resize

GraphSegmentation.Create Method

Creates a graph based segmentor

Namespace:  OpenCvSharp.XImgProc.Segmentation
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static GraphSegmentation Create(
	double sigma = 0.5,
	float k = 300f,
	int minSize = 100
)

Parameters

sigma (Optional)
Type: System.Double
The sigma parameter, used to smooth image
k (Optional)
Type: System.Single
The k parameter of the algorythm
minSize (Optional)
Type: System.Int32
The minimum size of segments

Return Value

Type: GraphSegmentation
See Also