Hi, all.
I have two questions and wish to get your help.
First, question about Plus function in QuaternionParameterization and EigenQuaternionParametetization.
When the ceres calculate the delta step of so3( delta = theta * Phi, where Phi the axis and theta the angle), the corresponding delta quaternion should be as [cos(theta / 2), sin(theta / 2) * Phi], why the Plus function use the format[cos(theta), sin(theta) * Phi] ?
Second, problem of analytical jacobian of QuaternionParameterizaion quaternion.
I have a residual of N dimension, and i have derivated the analytical jacobian of resiaudl to QuaternionParameterization quaternion, as J with format N * 4.
Should i have to multiply or divide it by 2 to fit the missing 2 in my first qusetion?
Thanks a lot!