Table of Contents

Class DpSeamFinder

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

Dp Seam Finder

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

Constructors

DpSeamFinder(CostFunction)

Create a new DP Seam Finder

public DpSeamFinder(DpSeamFinder.CostFunction costFunc = CostFunction.Color)

Parameters

costFunc DpSeamFinder.CostFunction

The cost function

Methods

DisposeObject()

Release all the unmanaged memory associated with this seam finder

protected override void DisposeObject()