Class WhiteBalancer
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
Methods
BalanceWhite(IInputArray, IOutputArray)
Applies white balancing to the input image.
public void BalanceWhite(IInputArray src, IOutputArray dst)
Parameters
src
IInputArrayInput image
dst
IOutputArrayWhite balancing result
DisposeObject()
Reset the pointer to the native white balancer object
protected override void DisposeObject()