Uses of Class
com.irurueta.geometry.estimators.EPnPPointCorrespondencePinholeCameraEstimator.Solution
Packages that use EPnPPointCorrespondencePinholeCameraEstimator.Solution
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of EPnPPointCorrespondencePinholeCameraEstimator.Solution in com.irurueta.geometry.estimators
Fields in com.irurueta.geometry.estimators with type parameters of type EPnPPointCorrespondencePinholeCameraEstimator.SolutionModifier and TypeFieldDescriptionEPnPPointCorrespondencePinholeCameraEstimator.solutionsPossible solutions for the estimation.Methods in com.irurueta.geometry.estimators that return EPnPPointCorrespondencePinholeCameraEstimator.SolutionModifier and TypeMethodDescriptionEPnPPointCorrespondencePinholeCameraEstimator.computePossibleSolutionWithPoseAndReprojectionError(List<Point3D> controlCameraPoints) Computes a possible solution with camera, transformation, re-projection error and control points in camera coordinates.EPnPPointCorrespondencePinholeCameraEstimator.pickBestSolution()Picks best solution (the one having the smallest re-projection error).