Table of Contents

Class UndistortPoints

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents an operator that undistorts each point coordinate in the sequence using the specified camera intrinsics.

public class UndistortPoints : IntrinsicsTransform
Inheritance
UndistortPoints
Inherited Members

Methods

Process(IObservable<Mat>)

Undistorts each matrix of points in an observable sequence using the specified camera intrinsics.

Process(IObservable<Point2f[]>)

Undistorts each array of points in an observable sequence using the specified camera intrinsics.

Process(IObservable<Point2f>)

Undistorts each point coordinate in an observable sequence using the specified camera intrinsics.