Table of Contents

Class Lut

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that performs a look-up table transformation on all pixels of each image in the sequence.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Lut
Inheritance
Lut
Inherited Members

Methods

Process<TArray>(IObservable<Tuple<IplImage, TArray>>)

Performs a look-up table transformation on all pixels of each image in an observable sequence, where each image is paired with a look-up table array.