Click or drag to resize

StitcherSetExposureCompensator Method

http://www.emgu.com
Set the exposure compensator 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 SetExposureCompensator(
	ExposureCompensator exposureCompensator
)

Parameters

exposureCompensator
Type: Emgu.CV.StitchingExposureCompensator
The exposure compensator
See Also