Table of Contents

Class SeamFinder

Namespace
OpenCvSharp.Detail
Assembly
OpenCvSharp.dll

Base class for a seam estimator.

public class SeamFinder : CvPtrObject, IDisposable
Inheritance
SeamFinder
Implements
Derived
Inherited Members

Constructors

SeamFinder(nint, Action<nint>)

Constructor for the direct-allocation pattern (used by concrete subclasses with a public constructor).

Methods

CreateDefault(SeamFinderType)

Creates a seam finder of the given kind.

Find(IEnumerable<Mat>, IReadOnlyList<Point>, IEnumerable<Mat>)

Estimates seams and updates the source masks in place.