Class SolvePnP
Represents an operator that computes a sequence of camera extrinsics from sets of 3D-2D point correspondences and the specified camera intrinsics.
public class SolvePnP : IntrinsicsTransform
- Inheritance
-
SolvePnP
- Inherited Members
Methods
- Process(IObservable<Tuple<Point3d[], Point2d[], Extrinsics>>)
Computes an observable sequence of camera extrinsics from sets of 3D-2D point correspondences, the specified camera intrinsics and an initial estimate of the camera extrinsics.
- Process(IObservable<Tuple<Point3d[], Point2d[]>>)
Computes an observable sequence of camera extrinsics from sets of 3D-2D point correspondences and the specified camera intrinsics.