Table of Contents

Class RoiActivityDetected

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

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.