Table of Contents

Class EqualizeHistogram

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that equalizes the histogram of every grayscale image in the sequence.

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

Methods

Process(IObservable<IplImage>)

Equalizes the histogram of every grayscale image in an observable sequence.