Click or drag to resize

GraphSegmentationCreate Method

Creates a graph based segmentor

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

Parameters

sigma (Optional)
Type: SystemDouble
The sigma parameter, used to smooth image
k (Optional)
Type: SystemSingle
The k parameter of the algorithm
minSize (Optional)
Type: SystemInt32
The minimum size of segments

Return Value

Type: GraphSegmentation

[Missing <returns> documentation for "M:OpenCvSharp.XImgProc.Segmentation.GraphSegmentation.Create(System.Double,System.Single,System.Int32)"]

See Also