Click or drag to resize

StitcherSetSeamFinder Method

http://www.emgu.com
Set the seam finder for this stitcher

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetSeamFinder(
	SeamFinder seamFinder
)

Parameters

seamFinder
Type: Emgu.CV.StitchingSeamFinder
The seam finder
See Also