Class Undistort
Represents an operator that undistorts each image in the sequence using the specified camera intrinsics.
public class Undistort : IntrinsicsTransform
- Inheritance
-
Undistort
- Inherited Members
Methods
Process(IObservable<IplImage>)
Undistorts each image in an observable sequence using the specified camera intrinsics.
public IObservable<IplImage> Process(IObservable<IplImage> source)
Parameters
source
IObservable<IplImage>The sequence of images to undistort.
Returns
- IObservable<IplImage>
The sequence of undistorted images.