Class RoiActivityDetected
Represents an operator that tests whether the activation intensity is above a given threshold for each specified region in the sequence.
public class RoiActivityDetected : Transform<RegionActivityCollection, bool>
- Inheritance
-
RoiActivityDetected
- Inherited Members
Properties
- Index
Gets or sets the index of the region of interest to test.
- Threshold
Gets or sets the activity detection threshold.
Methods
- Process(IObservable<RegionActivityCollection>)
Tests whether the activation intensity is above a given threshold for each specified region in an observable sequence.