public interface Estimate1ofPnP extends GeoModelEstimator1<georegression.struct.se.Se3_F64,Point2D3D>
Marker interface for computing one solution to the Perspective N-Point (PnP) problem. Given a set of point observations from a single view and the known 3D location of the points being observed, estimate the camera location. All observations must be in calibrated image coordinates.
Estimated motion is from the world frame into the camera frame.
getMinimumPoints, process