Method Process
Process(IObservable<RegionActivityCollection>)
Tests whether the activation intensity is above a given threshold for each specified region in an observable sequence.
public override IObservable<bool> Process(IObservable<RegionActivityCollection> source)
Parameters
source
IObservable<RegionActivityCollection>A sequence of RegionActivityCollection containing the regions of interest for which activation intensity was extracted.
Returns
- IObservable<bool>
A sequence of bool values indicating whether the activation intensity of the specified region of interest exceeded the activation threshold.