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:
- If the curvature of each point is set, the seeds will be sorted in ascending order of curvatures.
- Otherwise, the natural order of the point cloud will be used.
public virtual void SetSeeds(InputArray seeds)
Parameters
seedsInputArray