Package georegression.fitting.cylinder
package georegression.fitting.cylinder
-
ClassDescriptionEncodes and decodes
Cylinder3D_F32
into float[].Encodes and decodesCylinder3D_F64
into 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
.UnconstrainedLeastSquares
fitting of 3D points to acylinder
.UnconstrainedLeastSquares
fitting 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
.