Table of Contents

Class Grayscale

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that converts each BGR color image in the sequence to grayscale.

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

Methods

Process(IObservable<IplImage>)

Converts each BGR color image in an observable sequence to grayscale.