Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Crops a subregion of each image in an observable sequence.

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

Parameters

source IObservable<IplImage>

The sequence of images to crop.

Returns

IObservable<IplImage>

A sequence of IplImage objects where each new image contains the extracted subregion of the original image.