Uses of Class
com.irurueta.geometry.estimators.PinholeCameraEstimatorException
Packages that use PinholeCameraEstimatorException
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of PinholeCameraEstimatorException in com.irurueta.geometry.estimators
Methods in com.irurueta.geometry.estimators that throw PinholeCameraEstimatorExceptionModifier and TypeMethodDescriptionDLTLinePlaneCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.EPnPPointCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.abstract PinholeCameraPinholeCameraEstimator.estimate()Estimates a pinhole camera.PointCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.UPnPPointCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.WeightedLinePlaneCorrespondencePinholeCameraEstimator.estimate()Estimates a pinhole camera.protected com.irurueta.algebra.MatrixDLTPointCorrespondencePinholeCameraEstimator.internalEstimate(List<Point3D> points3D, List<Point2D> points2D) Internal method that actually computes the normalized pinhole camera internal matrix.protected abstract com.irurueta.algebra.MatrixPointCorrespondencePinholeCameraEstimator.internalEstimate(List<Point3D> points3D, List<Point2D> points2D) Internal method that actually computes the normalized pinhole camera internal matrix.protected com.irurueta.algebra.MatrixWeightedPointCorrespondencePinholeCameraEstimator.internalEstimate(List<Point3D> points3D, List<Point2D> points2D) Internal method that actually computes the normalized pinhole camera internal matrix.PointCorrespondencePinholeCameraEstimator.transformPoints2D(List<Point2D> list, ProjectiveTransformation2D inverseTransformation) Transforms 2D points so that they have zero mean and unitary standard deviation.PointCorrespondencePinholeCameraEstimator.transformPoints3D(List<Point3D> list, ProjectiveTransformation3D transformation) Transforms 3D points so that they have zero mean and unitary standard deviation.