Table of Contents

Method Process

Namespace
Bonsai.Dsp
Assembly
Bonsai.Dsp.dll

Process(IObservable<Mat>)

Shifts the elements of each matrix in an observable sequence by a specified offset.

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

Parameters

source IObservable<Mat>

A sequence of 2D matrix values.

Returns

IObservable<Mat>

A sequence of 2D matrix values, where the elements in each matrix are shifted by the specified offset in the horizontal and vertical direction.

Process(IObservable<IplImage>)

Shifts the elements of each image in an observable sequence by a specified offset.

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

Parameters

source IObservable<IplImage>

A sequence of image values.

Returns

IObservable<IplImage>

A sequence of image values, where the elements in each image are shifted by the specified offset in the horizontal and vertical direction.