Click or drag to resize

GraphCutSeamFinder Constructor

http://www.emgu.com
Create a new minimum graph cut-based seam estimator.

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public GraphCutSeamFinder(
	GraphCutSeamFinderCostFunction costFunc = GraphCutSeamFinderCostFunction.Color,
	float terminalCost = 1f,
	float badRegionPenalty = 1f
)

Parameters

costFunc (Optional)
Type: Emgu.CV.StitchingGraphCutSeamFinderCostFunction
The cost function
terminalCost (Optional)
Type: SystemSingle
The terminal cost
badRegionPenalty (Optional)
Type: SystemSingle
Bad Region penalty
See Also