We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551643b commit 14d8870Copy full SHA for 14d8870
gtsam/sfm/TranslationRecovery.h
@@ -69,7 +69,7 @@ class GTSAM_EXPORT TranslationRecovery {
69
* @param lmParams parameters for optimization.
70
*/
71
TranslationRecovery(const LevenbergMarquardtParams &lmParams,
72
- bool use_bilinear_translation_factor)
+ bool use_bilinear_translation_factor = false)
73
: lmParams_(lmParams),
74
use_bilinear_translation_factor_(use_bilinear_translation_factor) {}
75
0 commit comments