Package boofcv.abst.geo.pose
Class WrapPRnPDirectLinearTransform
java.lang.Object
boofcv.abst.geo.pose.WrapPRnPDirectLinearTransform
- All Implemented Interfaces:
Estimate1ofPrNP,GeoModelEstimator1<DMatrixRMaj,Point2D4D>
Wrapper around
PRnPDirectLinearTransform for EstimateNofPrNP-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintMinimum number of points required to estimate the model.booleanprocess(List<Point2D4D> inputs, DMatrixRMaj solution) Estimates the model given a set of observations.
-
Constructor Details
-
WrapPRnPDirectLinearTransform
-
-
Method Details
-
process
Description copied from interface:GeoModelEstimator1Estimates the model given a set of observations.- Specified by:
processin interfaceGeoModelEstimator1<DMatrixRMaj,Point2D4D> - Parameters:
inputs- Input: Set of observations. Not modified.solution- Output: Storage for the estimated model. Modified.- Returns:
- true if successful
-
getMinimumPoints
public int getMinimumPoints()Description copied from interface:GeoModelEstimator1Minimum number of points required to estimate the model.- Specified by:
getMinimumPointsin interfaceGeoModelEstimator1<DMatrixRMaj,Point2D4D> - Returns:
- Minimum number of points.
-