Table of Contents

Method SetSeeds

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

SetSeeds(InputArray)

Sets the seed points, it will grow according to the seeds. If not set (or set to an empty array), the default method will be used:

  1. If the curvature of each point is set, the seeds will be sorted in ascending order of curvatures.
  2. Otherwise, the natural order of the point cloud will be used.
public virtual void SetSeeds(InputArray seeds)

Parameters

seeds InputArray