ba_demo_ceres icon indicating copy to clipboard operation
ba_demo_ceres copied to clipboard

jacoboi error ?

Open chennuo0125-HIT opened this issue 2 years ago • 0 comments

https://github.com/izhengfan/ba_demo_ceres/blob/c89b27f6c99b207ae3bf99e8fd992290a253da7a/parametersse3.cpp#L28 above line should be:

J_se3.block<2,3>(0,0) = - J_cam * quaterd.toRotationMatrix() * skew(point); 

or

J_se3.block<2,3>(0,0) = - J_cam * skew(quaterd * point); 

chennuo0125-HIT avatar Jun 27 '22 03:06 chennuo0125-HIT