Table of Contents

Class RoiActivity

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that calculates activation intensity inside specified regions of interest for each image in the sequence.

public class RoiActivity : Transform<IplImage, RegionActivityCollection>
Inheritance
RoiActivity
Inherited Members

Properties

Operation

Gets or sets a value specifying the reduction operation used to calculate activation intensity.

Regions

Gets or sets the polygonal regions of interest for which to calculate activation intensity.

Methods

Process(IObservable<IplImage>)

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