Click or drag to resize

SelectiveSearchSegmentationSwitchToSingleStrategy Method

http://www.emgu.com
Initialize the class with the 'Single stragegy' parameters

Namespace:  Emgu.CV.XImgproc
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SwitchToSingleStrategy(
	int k,
	float sigma
)

Parameters

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