Click or drag to resize

MultiBandBlender Constructor

http://www.emgu.com
Create a multiBandBlender

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
public MultiBandBlender(
	bool tryGpu = true,
	int numBands = 5,
	DepthType weightType = DepthType.Cv32F
)

Parameters

tryGpu (Optional)
Type: SystemBoolean
If true, will try to use GPU
numBands (Optional)
Type: SystemInt32
Number of bands
weightType (Optional)
Type: Emgu.CV.CvEnumDepthType
The weight type
See Also