Why return 2 * fx when cheirality exception is met in GenericProjectionFactor? #1191
Unanswered
amaysaxena
asked this question in
Q&A
Replies: 1 comment
-
|
I actually have the same question. This fragment of code is really old (11 years ago!) by @richardroberts . Origin is at 3d68672 . Unfortunately no explanation is given in the commit comments. Pinging @dellaert @varunagrawal for help. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
In
GenericProjectionFactor, we have the following handling for whencamera.projectthrows aCheiralityException:What is the rationale behind returning
(2 fx, 2 fx)as the error vector? Why is this a better choice than anything else? Would appreciate if someone could help me understand this a bit better.Beta Was this translation helpful? Give feedback.
All reactions