SelectiveSearchSegmentationSwitchToSingleStrategy Method |
http://www.emgu.com
Initialize the class with the 'Single stragegy' parameters
Namespace:
Emgu.CV.XImgproc
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic void SwitchToSingleStrategy(
int k,
float sigma
)
Public Sub SwitchToSingleStrategy (
k As Integer,
sigma As Single
)
public:
void SwitchToSingleStrategy(
int k,
float sigma
)
member SwitchToSingleStrategy :
k : int *
sigma : float32 -> unit
Parameters
- k
- Type: SystemInt32
The k parameter for the graph segmentation - sigma
- Type: SystemSingle
The sigma parameter for the graph segmentation
See Also