Table of Contents

Class ReferenceChannels

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Represents an operator that subtracts a reference channel from all the individual rows in a 2D array sequence.

public class ReferenceChannels : Transform<Mat, Mat>
Inheritance
ReferenceChannels
Inherited Members

Properties

Channels

Gets or sets the indices of the channels to use as reference. If not specified, the average of all the array channels is used.

Methods

Process(IObservable<Mat>)

Subtracts a reference channel from all the individual rows in an observable sequence of 2D array values.