Class ColorBalance
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.