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