Uses of Class
com.irurueta.geometry.estimators.WrongListSizesException
Packages that use WrongListSizesException
Package
Description
This package contains classes to estimate basic geometric structures
-
Uses of WrongListSizesException in com.irurueta.geometry.estimators
Methods in com.irurueta.geometry.estimators that throw WrongListSizesExceptionModifier and TypeMethodDescriptionprivate voidLinePlaneCorrespondencePinholeCameraEstimator.internalSetLists(List<Plane> planes, List<Line2D> lines2D) Internal method to set list of corresponding lines/planes (it does not check if estimator is locked).private voidPointCorrespondencePinholeCameraEstimator.internalSetLists(List<Point3D> points3D, List<Point2D> points2D) Internal method to set list of corresponding points (it does not check if estimator is locked).private voidWeightedLinePlaneCorrespondencePinholeCameraEstimator.internalSetListsAndWeights(List<Plane> planes, List<Line2D> lines2D, double[] weights) Internal method to set list of corresponding points (it does not check if estimator is locked).private voidWeightedPointCorrespondencePinholeCameraEstimator.internalSetListsAndWeights(List<Point3D> points3D, List<Point2D> points2D, double[] weights) Internal method to set list of corresponding points (it does not check if estimator is locked).private voidEPnPPointCorrespondencePinholeCameraEstimator.internalSetListsEpnP(List<Point3D> points3D, List<Point2D> points2D) Internal method to set list of corresponding points (it does not check if estimator is locked).private voidUPnPPointCorrespondencePinholeCameraEstimator.internalSetListsUPnP(List<Point3D> points3D, List<Point2D> points2D) Internal method to set list of corresponding points (it does not check if estimator is locked).voidEPnPPointCorrespondencePinholeCameraEstimator.setLists(List<Point3D> points3D, List<Point2D> points2D) Sets list of corresponding points.voidSet list of corresponding lines/planes.voidSets list of corresponding points.voidUPnPPointCorrespondencePinholeCameraEstimator.setLists(List<Point3D> points3D, List<Point2D> points2D) Sets list of corresponding points.voidWeightedLinePlaneCorrespondencePinholeCameraEstimator.setListsAndWeights(List<Plane> planes, List<Line2D> lines2D, double[] weights) Sets list of corresponding planes and lines.voidWeightedPointCorrespondencePinholeCameraEstimator.setListsAndWeights(List<Point3D> points3D, List<Point2D> points2D, double[] weights) Sets list of corresponding points.Constructors in com.irurueta.geometry.estimators that throw WrongListSizesExceptionModifierConstructorDescriptionDLTLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D) Constructor.DLTLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D, PinholeCameraEstimatorListener listener) Constructor.DLTPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D) Constructor.DLTPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D, PinholeCameraEstimatorListener listener) Constructor.EPnPPointCorrespondencePinholeCameraEstimator(PinholeCameraIntrinsicParameters intrinsic, List<Point3D> points3D, List<Point2D> points2D) Constructor.EPnPPointCorrespondencePinholeCameraEstimator(PinholeCameraIntrinsicParameters intrinsic, List<Point3D> points3D, List<Point2D> points2D, PinholeCameraEstimatorListener listener) Constructor.EPnPPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D) Constructor.EPnPPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D, PinholeCameraEstimatorListener listener) Constructor.protectedLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D) Constructor.protectedLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D, PinholeCameraEstimatorListener listener) Constructor.protectedPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D) Constructor.protectedPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D, PinholeCameraEstimatorListener listener) Constructor.UPnPPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D) Constructor.UPnPPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D, PinholeCameraEstimatorListener listener) Constructor.WeightedLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D) Constructor.WeightedLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D, double[] weights) Constructor.WeightedLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D, double[] weights, PinholeCameraEstimatorListener listener) Constructor.WeightedLinePlaneCorrespondencePinholeCameraEstimator(List<Plane> planes, List<Line2D> lines2D, PinholeCameraEstimatorListener listener) Constructor.WeightedPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D) Constructor.WeightedPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D, double[] weights) Constructor.WeightedPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D, double[] weights, PinholeCameraEstimatorListener listener) Constructor.WeightedPointCorrespondencePinholeCameraEstimator(List<Point3D> points3D, List<Point2D> points2D, PinholeCameraEstimatorListener listener) Constructor.