Table of Contents

Method Process

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Process(IObservable<KeyPointCollection>)

Finds the sub-pixel accurate locations of each corner or radial saddle point in an observable sequence.

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

Parameters

source IObservable<KeyPointCollection>

The sequence of corner positions to refine.

Returns

IObservable<KeyPointCollection>

The sequence of refined corner positions.