Table of Contents

Class GraphCutSeamFinder

Namespace
Emgu.CV.Stitching
Assembly
Emgu.CV.dll

Minimum graph cut-based seam estimator.

public class GraphCutSeamFinder : SeamFinder, IDisposable
Inheritance
GraphCutSeamFinder
Implements
Inherited Members

Constructors

GraphCutSeamFinder(CostFunction, float, float)

Create a new minimum graph cut-based seam estimator.

public GraphCutSeamFinder(GraphCutSeamFinder.CostFunction costFunc = CostFunction.Color, float terminalCost = 1, float badRegionPenalty = 1)

Parameters

costFunc GraphCutSeamFinder.CostFunction

The cost function

terminalCost float

The terminal cost

badRegionPenalty float

Bad Region penalty

Methods

DisposeObject()

Release all the unmanaged memory associated with this seam finder

protected override void DisposeObject()