Uses of Class
com.irurueta.geometry.InhomogeneousPoint2D
Packages that use InhomogeneousPoint2D
Package
Description
This package contains classes to work with basic geometric entities such as
2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles,
spheres, rotations, transformations etc.
This package contains classes to estimate basic geometric structures
-
Uses of InhomogeneousPoint2D in com.irurueta.geometry
Methods in com.irurueta.geometry that return InhomogeneousPoint2DModifier and TypeMethodDescriptionHomogeneousPoint2D.toInhomogeneous()Converts this instance into an inhomogeneous 2D point and returns the result as a new inhomogeneous 2D point instance.Methods in com.irurueta.geometry with parameters of type InhomogeneousPoint2DModifier and TypeMethodDescriptionbooleanHomogeneousPoint2D.equals(InhomogeneousPoint2D point) Checks if the homogeneous 2d point described by this instance equals the input InhomogeneousPoint2d (using a comparison threshold).booleanHomogeneousPoint2D.equals(InhomogeneousPoint2D point, double threshold) Checks if the homogeneous 2d point described by this instance equals the input InhomogeneousPoint2d (using a comparison threshold).booleanInhomogeneousPoint2D.equals(InhomogeneousPoint2D point) Checks if the homogeneous 2d point described by this instance equals the input InhomogeneousPoint2d (using a comparison threshold).booleanInhomogeneousPoint2D.equals(InhomogeneousPoint2D point, double threshold) Checks if the homogeneous 2d point described by this instance equals the input InhomogeneousPoint2d (using a comparison threshold). -
Uses of InhomogeneousPoint2D in com.irurueta.geometry.estimators
Fields in com.irurueta.geometry.estimators declared as InhomogeneousPoint2DModifier and TypeFieldDescriptionprotected InhomogeneousPoint2DPinholeCameraEstimator.suggestedPrincipalPointValueSuggested principal point value to be reached when suggestion is enabled.protected InhomogeneousPoint2DPinholeCameraRobustEstimator.suggestedPrincipalPointValueSuggested principal point value to be reached when suggestion is enabled.Methods in com.irurueta.geometry.estimators that return InhomogeneousPoint2DModifier and TypeMethodDescriptionPinholeCameraEstimator.getSuggestedPrincipalPointValue()Gets suggested principal point value to be reached when suggestion is enabled.PinholeCameraRobustEstimator.getSuggestedPrincipalPointValue()Gets suggested principal point value to be reached when suggestion is enabled.Methods in com.irurueta.geometry.estimators with parameters of type InhomogeneousPoint2DModifier and TypeMethodDescriptionvoidPinholeCameraEstimator.setSuggestedPrincipalPointValue(InhomogeneousPoint2D suggestedPrincipalPointValue) Sets suggested principal point value to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedPrincipalPointValue(InhomogeneousPoint2D suggestedPrincipalPointValue) Sets suggested principal point value to be reached when suggestion is enabled. -
Uses of InhomogeneousPoint2D in com.irurueta.geometry.refiners
Fields in com.irurueta.geometry.refiners declared as InhomogeneousPoint2DModifier and TypeFieldDescriptionprivate InhomogeneousPoint2DPinholeCameraRefiner.residualPrincipalPointInstance to be reused to compute residual on principal point.private InhomogeneousPoint2DPinholeCameraRefiner.suggestedPrincipalPointValueSuggested principal point value to be reached when suggestion is enabled.Methods in com.irurueta.geometry.refiners that return InhomogeneousPoint2DModifier and TypeMethodDescriptionPinholeCameraRefiner.getSuggestedPrincipalPointValue()Gets suggested principal point value to be reached when suggestion is enabled.InhomogeneousPoint2DRefiner.refine()Refines provided initial estimation.Methods in com.irurueta.geometry.refiners with parameters of type InhomogeneousPoint2DModifier and TypeMethodDescriptionbooleanInhomogeneousPoint2DRefiner.refine(InhomogeneousPoint2D result) Refines provided initial estimation.voidPinholeCameraRefiner.setSuggestedPrincipalPointValue(InhomogeneousPoint2D suggestedPrincipalPointValue) Sets suggested principal point value to be reached when suggestion is enabled.Constructors in com.irurueta.geometry.refiners with parameters of type InhomogeneousPoint2DModifierConstructorDescriptionInhomogeneousPoint2DRefiner(InhomogeneousPoint2D initialEstimation, boolean keepCovariance, com.irurueta.numerical.robust.InliersData inliersData, List<Line2D> samples, double refinementStandardDeviation) Constructor.InhomogeneousPoint2DRefiner(InhomogeneousPoint2D initialEstimation, boolean keepCovariance, BitSet inliers, double[] residuals, int numInliers, List<Line2D> samples, double refinementStandardDeviation) Constructor.