Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<IplImage>)

Resizes the border around each image in an observable sequence without stretching the image.

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

Parameters

source IObservable<IplImage>

The sequence of images for which to resize the border.

Returns

IObservable<IplImage>

A sequence of images with the specified border size.