Table of Contents

Method Process

Namespace
Bonsai.Sleap
Assembly
Bonsai.Sleap.dll

Process(IObservable<IplImage>)

Performs multi-instance centroid detection for each image in an observable sequence using a SLEAP model.

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

Parameters

source IObservable<IplImage>

The sequence of images from which to extract the centroids.

Returns

IObservable<CentroidCollection>

A sequence of CentroidCollection objects representing the centroids extracted from each image in the source sequence.