Uses of Interface
boofcv.alg.geo.bundle.jacobians.JacobianSo3
Packages that use JacobianSo3
-
Uses of JacobianSo3 in boofcv.alg.geo.bundle
Fields in boofcv.alg.geo.bundle declared as JacobianSo3Modifier and TypeFieldDescriptionBundleAdjustmentMetricSchurJacobian.jacSO3
Specifies method to parameterize rotations, i.e.CodecSceneStructureMetric.rotation
Specifies encoding/decoding of rotation for bundle adjustment.Constructors in boofcv.alg.geo.bundle with parameters of type JacobianSo3 -
Uses of JacobianSo3 in boofcv.alg.geo.bundle.jacobians
Classes in boofcv.alg.geo.bundle.jacobians that implement JacobianSo3Modifier and TypeClassDescriptionclass
Implements a numerical Jacobian for the SO3class
Jacobian for 4-tuple encodedQuaternion
(w,x,y,z).class
Jacobian for 3-tuple encoded Rodrigues.Methods in boofcv.alg.geo.bundle.jacobians that return JacobianSo3Modifier and TypeMethodDescriptionJacobianSo3.newInstance()
Creates a new instance which is equivalent to 'this'.JacobianSo3Quaternions.newInstance()
JacobianSo3Rodrigues.newInstance()