Click or drag to resize

SelectiveSearchSegmentationStrategyMerge Method

Inform the strategy that two regions will be merged

Namespace:  OpenCvSharp.XImgProc.Segmentation
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public virtual void Merge(
	int r1,
	int r2
)

Parameters

r1
Type: SystemInt32
The first region
r2
Type: SystemInt32
The second region
See Also