Table of Contents

Method SwitchToSelectiveSearchFast

Namespace
OpenCvSharp.XImgProc.Segmentation
Assembly
OpenCvSharp.dll

SwitchToSelectiveSearchFast(int, int, float)

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

public virtual void SwitchToSelectiveSearchFast(int baseK = 150, int incK = 150, float sigma = 0.8)

Parameters

baseK int

The k parameter for the first graph segmentation

incK int

The increment of the k parameter for all graph segmentations

sigma float

The sigma parameter for the graph segmentation