Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Calculates the Laplace transform of each image in an observable sequence.

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

Parameters

source IObservable<IplImage>

The sequence of images for which to compute the transform.

Returns

IObservable<IplImage>

A sequence of IplImage objects containing the Laplace transform of each image in the source sequence.