Ask Your Question

ejoebstl's profile - activity

2015-09-24 10:45:45 -0600 answered a question Do OpenCV's BundleAdjuster classes also adjust camera pose?

For the record, yes, it does.

In my case it seemed to do nothing, because I set the conf_threshold value wrong.

2015-09-19 08:58:27 -0600 asked a question Do OpenCV's BundleAdjuster classes also adjust camera pose?

The documentation does not state that OpenCV's BundleAdjuster classes also adjust the camera pose of the input.

From the code, however, it seems that steps are taken to adjust at least the rotation component of the camera pose.

Do BundleAdjusterRay and BundleAdjusterReproj also adjust the camera pose of the given input?