Click or drag to resize

WhiteBalancerBalanceWhite Method

http://www.emgu.com
Applies white balancing to the input image.

Namespace:  Emgu.CV.XPhoto
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public void BalanceWhite(
	IInputArray src,
	IOutputArray dst
)

Parameters

src
Type: Emgu.CVIInputArray
Input image
dst
Type: Emgu.CVIOutputArray
White balancing result
See Also