Table of Contents

Method Create

Namespace
OpenCvSharp.XImgProc.Segmentation
Assembly
OpenCvSharp.dll

Create(double, float, int)

Creates a graph based segmentor

public static GraphSegmentation Create(double sigma = 0.5, float k = 300, int minSize = 100)

Parameters

sigma double

The sigma parameter, used to smooth image

k float

The k parameter of the algorithm

minSize int

The minimum size of segments

Returns

GraphSegmentation