Table of Contents

Class WhiteBalancer

Namespace
Emgu.CV.XPhoto
Assembly
Emgu.CV.dll

The base class for auto white balance algorithms.

public abstract class WhiteBalancer : UnmanagedObject, IDisposable
Inheritance
WhiteBalancer
Implements
Derived
Inherited Members

Constructors

WhiteBalancer()

protected WhiteBalancer()

Fields

_whiteBalancerPtr

Pointer to the native white balancer object

protected nint _whiteBalancerPtr

Field Value

nint

Methods

BalanceWhite(IInputArray, IOutputArray)

Applies white balancing to the input image.

public void BalanceWhite(IInputArray src, IOutputArray dst)

Parameters

src IInputArray

Input image

dst IOutputArray

White balancing result

DisposeObject()

Reset the pointer to the native white balancer object

protected override void DisposeObject()