Click or drag to resize

SelectiveSearchSegmentationSwitchToSingleStrategy Method

Initialize the class with the 'Single stragegy' parameters describled in @cite uijlings2013selective.

Namespace:  OpenCvSharp.XImgProc.Segmentation
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void SwitchToSingleStrategy(
	int k = 200,
	float sigma = 0.8f
)

Parameters

k (Optional)
Type: SystemInt32
The k parameter for the graph segmentation
sigma (Optional)
Type: SystemSingle
The sigma parameter for the graph segmentation
See Also