Package georegression.fitting.cylinder
package georegression.fitting.cylinder
-
ClassesClassDescriptionEncodes and decodes
Cylinder3D_F32into float[].Encodes and decodesCylinder3D_F64into double[].Computes the signed Euclidean distance between a cylinder and a set of points, seeDistance3D_F32.distanceSigned(georegression.struct.shapes.Cylinder3D_F32, georegression.struct.point.Point3D_F32).Computes the signed Euclidean distance between a cylinder and a set of points, seeDistance3D_F64.distanceSigned(georegression.struct.shapes.Cylinder3D_F64, georegression.struct.point.Point3D_F64).Jacobian ofCylinderToPointSignedDistance_F32.Jacobian ofCylinderToPointSignedDistance_F64.UnconstrainedLeastSquaresfitting of 3D points to acylinder.UnconstrainedLeastSquaresfitting of 3D points to acylinder.Given a list of two point and surface normal pairs, first a cylinder using an analytic equation.Given a list of two point and surface normal pairs, first a cylinder using an analytic equation.ManagesCylinder3D_F32.ManagesCylinder3D_F64.