Click or drag to resize

SelectiveSearchSegmentationSwitchToSelectiveSearchFast Method

Initialize the class with the 'Selective search fast' parameters describled in @cite uijlings2013selective.

Namespace:  OpenCvSharp.XImgProc.Segmentation
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void SwitchToSelectiveSearchFast(
	int baseK = 150,
	int incK = 150,
	float sigma = 0.8f
)

Parameters

baseK (Optional)
Type: SystemInt32
The k parameter for the first graph segmentation
incK (Optional)
Type: SystemInt32
The increment of the k parameter for all graph segmentations
sigma (Optional)
Type: SystemSingle
The sigma parameter for the graph segmentation
See Also