@nosliwg
Here is an example code using Total Least Squares for the camera pose estimation. If you want to add the initial guess at pose as a constraint in the least squares solution, the jacobian and B matrix functions will both need to be modified slightly, but it's definitely doable. I think it would be an eye(6) added to the bottom of the Jacobian, and an -eye(6) added on the blkdiag for the B.
@Levi-Gorrell has some really cool ideas and has been developing some similar code as well, so I thought a sort of "sandbox" repo would be a good spot to collaborate.
@nosliwg
Here is an example code using Total Least Squares for the camera pose estimation. If you want to add the initial guess at pose as a constraint in the least squares solution, the jacobian and B matrix functions will both need to be modified slightly, but it's definitely doable. I think it would be an eye(6) added to the bottom of the Jacobian, and an -eye(6) added on the blkdiag for the B.
@Levi-Gorrell has some really cool ideas and has been developing some similar code as well, so I thought a sort of "sandbox" repo would be a good spot to collaborate.