Uses of Class
com.irurueta.geometry.InhomogeneousPoint3D
Packages that use InhomogeneousPoint3D
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 InhomogeneousPoint3D in com.irurueta.geometry
Methods in com.irurueta.geometry that return InhomogeneousPoint3DModifier and TypeMethodDescriptionHomogeneousPoint3D.toInhomogeneous()Converts this instance into an inhomogeneous 3D point and returns the result as a new inhomogeneous 3D point instance.Methods in com.irurueta.geometry with parameters of type InhomogeneousPoint3DModifier and TypeMethodDescriptionbooleanHomogeneousPoint3D.equals(InhomogeneousPoint3D point) Checks if the homogeneous 3D point described by this instance equals the input InhomogeneousPoint3D (using a comparison threshold).booleanHomogeneousPoint3D.equals(InhomogeneousPoint3D point, double threshold) Checks if the homogeneous 3D point described by this instance equals the input InhomogeneousPoint3D (using a comparison threshold).booleanInhomogeneousPoint3D.equals(InhomogeneousPoint3D point) Checks if the homogeneous 3D point described by this instance equals the input InhomogeneousPoint3D (using a comparison threshold).booleanInhomogeneousPoint3D.equals(InhomogeneousPoint3D point, double threshold) Checks if the homogeneous 3D point described by this instance equals the input InhomogeneousPoint3D (using a comparison threshold). -
Uses of InhomogeneousPoint3D in com.irurueta.geometry.estimators
Fields in com.irurueta.geometry.estimators declared as InhomogeneousPoint3DModifier and TypeFieldDescriptionprotected InhomogeneousPoint3DPinholeCameraEstimator.suggestedCenterValueSuggested center to be reached when suggestion is enabled.protected InhomogeneousPoint3DPinholeCameraRobustEstimator.suggestedCenterValueSuggested center to be reached when suggestion is enabled.Methods in com.irurueta.geometry.estimators that return InhomogeneousPoint3DModifier and TypeMethodDescriptionPinholeCameraEstimator.getSuggestedCenterValue()Gets suggested center to be reached when suggestion is enabled.PinholeCameraRobustEstimator.getSuggestedCenterValue()Gets suggested center to be reached when suggestion is enabled.Methods in com.irurueta.geometry.estimators with parameters of type InhomogeneousPoint3DModifier and TypeMethodDescriptionvoidPinholeCameraEstimator.setSuggestedCenterValue(InhomogeneousPoint3D suggestedCenterValue) Sets suggested center to be reached when suggestion is enabled.voidPinholeCameraRobustEstimator.setSuggestedCenterValue(InhomogeneousPoint3D suggestedCenterValue) Sets suggested center to be reached when suggestion is enabled. -
Uses of InhomogeneousPoint3D in com.irurueta.geometry.refiners
Fields in com.irurueta.geometry.refiners declared as InhomogeneousPoint3DModifier and TypeFieldDescriptionprivate InhomogeneousPoint3DPinholeCameraRefiner.residualCenterInstance to be reused to compute center.private InhomogeneousPoint3DPinholeCameraRefiner.suggestedCenterValueSuggested center to be reached when suggestion is enabled.Methods in com.irurueta.geometry.refiners that return InhomogeneousPoint3DModifier and TypeMethodDescriptionPinholeCameraRefiner.getSuggestedCenterValue()Gets suggested center to be reached when suggestion is enabled.InhomogeneousPoint3DRefiner.refine()Refines provided initial estimation.Methods in com.irurueta.geometry.refiners with parameters of type InhomogeneousPoint3DModifier and TypeMethodDescriptionbooleanInhomogeneousPoint3DRefiner.refine(InhomogeneousPoint3D result) Refines provided initial estimation.voidPinholeCameraRefiner.setSuggestedCenterValue(InhomogeneousPoint3D suggestedCenterValue) Sets suggested center to be reached when suggestion is enabled.Constructors in com.irurueta.geometry.refiners with parameters of type InhomogeneousPoint3DModifierConstructorDescriptionInhomogeneousPoint3DRefiner(InhomogeneousPoint3D initialEstimation, boolean keepCovariance, com.irurueta.numerical.robust.InliersData inliersData, List<Plane> samples, double refinementStandardDeviation) Constructor.InhomogeneousPoint3DRefiner(InhomogeneousPoint3D initialEstimation, boolean keepCovariance, BitSet inliers, double[] residuals, int numInliers, List<Plane> samples, double refinementStandardDeviation) Constructor.