--
You received this message because you are subscribed to the Google Groups "Ceres Solver" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ceres-solver...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/a128556e-50e1-430e-b795-1260d2119d2dn%40googlegroups.com.
Hi Sameer,
Thank you for your response.
1. I think the reconstruction should be ok.
2. Is there a way to improve the condition of the Jacobian? For example defining the adjustment model differently with my points for Ceres? Or should I go and seek another tool/method that can do the inverse for poorly conditioned Jacobian (if it even make sense to estimate covariance for ill conditioned Jacobian)?
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/8500da3e-a09e-4d97-afaf-b0bb489f473bn%40googlegroups.com.
Hey Sameer,I finally figured out my problem. It was too long long coordinate values. So, yes numerically poor conditioned Jacobian beacause of rounding my locations at some point of the code inside ceres. Covariance computation seem to work fine after shortening my ETRS coordinates that normally looks like this north: 6815363.763 east:24480950.385 z:103.033.
Is this known issue? It was not clear for me as the tool still uses double data type.-Niko
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/3765c815-2e23-49c1-9967-ee117cf9ddd3n%40googlegroups.com.
Hey Sameer,I finally figured out my problem. It was too long long coordinate values. So, yes numerically poor conditioned Jacobian beacause of rounding my locations at some point of the code inside ceres. Covariance computation seem to work fine after shortening my ETRS coordinates that normally looks like this north: 6815363.763 east:24480950.385 z:103.033.
Is this known issue? It was not clear for me as the tool still uses double data type.-Niko
maanantai 20. syyskuuta 2021 klo 8.19.45 UTC+3 Niko Haaraniemi kirjoitti:
To view this discussion on the web visit https://groups.google.com/d/msgid/ceres-solver/3765c815-2e23-49c1-9967-ee117cf9ddd3n%40googlegroups.com.