Uses of Class
com.irurueta.geometry.Conic
Packages that use Conic
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 Conic in com.irurueta.geometry
Methods in com.irurueta.geometry that return ConicModifier and TypeMethodDescriptionstatic ConicConic.createCanonicalAbsoluteConic()Creates a canonical instance of the absolute conic in the metric stratum.DualConic.getConic()Computes the conic corresponding to this dual conic.Quadric.intersectWith(Plane plane) Intersects this quadric with provided plane.Projects a 3D quadric into a 2D conic.Circle.toConic()Converts this circle into a conic.Ellipse.toConic()Converts this circle into a conic.Transformation2D.transformAndReturnNew(Conic inputConic) Transforms a conic using this transformation and returns a new one.Methods in com.irurueta.geometry with parameters of type ConicModifier and TypeMethodDescriptionCamera.backProject(Conic conic) Back-projects a 2D conic into a 3D quadric.abstract voidCamera.backProject(Conic conic, Quadric result) Back-projects a 2D conic into a 3D quadric and stores the result into provided instance.voidPinholeCamera.backProject(Conic conic, Quadric result) Back-projects a 2D conic into a 3D quadric and stores the result into provided instance.voidComputes the conic corresponding to this dual conic and stores the result in provided instance.voidQuadric.intersectWith(Plane plane, Conic result) Intersects this quadric with provided plane.voidProjects a 3D quadric into a 2D conic and stores the result into provided conic instance.final voidCircle.setFromConic(Conic conic) Set parameters of this circle from a valid conic corresponding to a circle.final voidEllipse.setFromConic(Conic conic) Set parameters of this circle from a valid conic corresponding to a circle.voidTransforms a conic using this transformation and stores the result into provided output conic.voidTransforms a conic using this transformation and stores the result into provided output conic.voidTransforms a conic using this transformation and stores the result into provided output conic.voidTransforms and updates provided conic.abstract voidTransforms a conic using this transformation and stores the result into provided output conic.Transformation2D.transformAndReturnNew(Conic inputConic) Transforms a conic using this transformation and returns a new one.Constructors in com.irurueta.geometry with parameters of type Conic -
Uses of Conic in com.irurueta.geometry.estimators
Methods in com.irurueta.geometry.estimators that return ConicModifier and TypeMethodDescriptionabstract ConicConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.LMedSConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.MSACConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.PROMedSConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.PROSACConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.RANSACConicRobustEstimator.estimate()Estimates a conic using a robust estimator and the best set of 2D points that fit into the locus of the estimated conic found using the robust estimator.Methods in com.irurueta.geometry.estimators with parameters of type Conic