Click or drag to resize

BlocksGainCompensator Constructor

http://www.emgu.com
Create a new exposure compensator

Namespace:  Emgu.CV.Stitching
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public BlocksGainCompensator(
	int blWidth = 32,
	int blHeight = 32,
	int nrFeeds = 1
)

Parameters

blWidth (Optional)
Type: SystemInt32
block width
blHeight (Optional)
Type: SystemInt32
block height
nrFeeds (Optional)
Type: SystemInt32

[Missing <param name="nrFeeds"/> documentation for "M:Emgu.CV.Stitching.BlocksGainCompensator.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also