Class DpSeamFinder
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.CostFunctionThe cost function
Methods
DisposeObject()
Release all the unmanaged memory associated with this seam finder
protected override void DisposeObject()