Table of Contents

Class ColorBalance

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that applies an independent scale to the color channels of every image in the sequence.

public class ColorBalance : Transform<IplImage, IplImage>
Inheritance
ColorBalance
Inherited Members

Properties

Scale

Gets or sets the scale factor applied to every color channel of the image.

Methods

Process(IObservable<IplImage>)

Applies an independent scale to the color channels of every image in an observable sequence.