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.

public override IObservable<IplImage> Process(IObservable<IplImage> source)

Parameters

source IObservable<IplImage>

The sequence of grayscale images for which to equalize the histogram.

Returns

IObservable<IplImage>

A sequence of images representing the original image with an equalized pixel brightness histogram.