Click or drag to resize

SelectiveSearchSegmentationStrategyGet Method

Return the score between two regions (between 0 and 1)

Namespace:  OpenCvSharp.XImgProc.Segmentation
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public virtual float Get(
	int r1,
	int r2
)

Parameters

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

Return Value

Type: Single
See Also