Table of Contents

Method Get

Namespace
OpenCvSharp.XImgProc.Segmentation
Assembly
OpenCvSharp.dll

Get(int, int)

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

[SuppressMessage("Microsoft.Design", "CA1716: Identifiers should not match keywords")]
public virtual float Get(int r1, int r2)

Parameters

r1 int

The first region

r2 int

The second region

Returns

float