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.jacSO3Specifies method to parameterize rotations, i.e.CodecSceneStructureMetric.rotationSpecifies 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 TypeClassDescriptionclassImplements a numerical Jacobian for the SO3classJacobian for 4-tuple encodedQuaternion(w,x,y,z).classJacobian 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()