Method Process
Process(IObservable<IplImage>)
Finds the positions of internal corners for each chessboard image in an observable sequence.
public override IObservable<KeyPointCollection> Process(IObservable<IplImage> source)
Parameters
source
IObservable<IplImage>The sequence of chessboard images for which to find the internal corner positions.
Returns
- IObservable<KeyPointCollection>
A sequence of KeyPointCollection objects representing the positions of internal corners detected in each chessboard image.