Table of Contents

Method SetSamplingPoints

Namespace
OpenCvSharp.XFeatures2D
Assembly
OpenCvSharp.dll

SetSamplingPoints(IEnumerable<Point2f>)

Sets sampling points used to sample the input image.

public void SetSamplingPoints(IEnumerable<Point2f> samplingPoints)

Parameters

samplingPoints IEnumerable<Point2f>

Vector of sampling points in range [0..1). Their count must be greater or equal to the clusterization seed count.