Click or drag to resize

DpSeamFinder Constructor

http://www.emgu.com
Create a new DP Seam Finder

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public DpSeamFinder(
	DpSeamFinderCostFunction costFunc = DpSeamFinderCostFunction.Color
)

Parameters

costFunc (Optional)
Type: Emgu.CV.StitchingDpSeamFinderCostFunction
The cost function
See Also