Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<Contours>)

Approximates each polygonal curve in an observable sequence with the specified precision.

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

Parameters

source IObservable<Contours>

A sequence of polygonal curves to approximate.

Returns

IObservable<Contours>

A sequence of the approximated polygonal curves.