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
sigmadoubleThe sigma parameter, used to smooth image
kfloatThe k parameter of the algorithm
minSizeintThe minimum size of segments