Table of Contents

Class WhiteBalancer

Namespace
OpenCvSharp.XPhoto
Assembly
OpenCvSharp.dll

The base class for auto white balance algorithms.

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

Constructors

WhiteBalancer(nint, nint, Action<nint>)

Constructor for the factory pattern (cv::Ptr<T>* + raw T*).

Methods

BalanceWhite(InputArray, OutputArray)

Applies white balancing to the input image.