Method Process
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.