Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Calculates activation intensity inside specified regions of interest for each image in an observable sequence.

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

Parameters

source IObservable<IplImage>

The sequence of images for which to calculate region of interest activation.

Returns

IObservable<RegionActivityCollection>

A sequence of RegionActivityCollection containing the activation intensity inside the specified regions of interest for each image in the source sequence.