Table of Contents

Class ConvertColor

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that converts pixels from one color space to another for all images in the sequence.

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

Properties

Conversion

Gets or sets the color conversion to apply to individual image pixels.

Methods

Process(IObservable<IplImage>)

Converts pixels from one color space to another for all images in an observable sequence.