Commit 4f8a400d authored by Philipp Hasper's avatar Philipp Hasper

sfm: Enabled intrinsics refinement

The other implementation of reconstruct() had the flag enabled. Enabling
it here as well for consistency
parent c42beb4c
......@@ -239,7 +239,7 @@ namespace sfm
if ( is_projective )
{
reconstruct_(images, Rs, Ts, K, points3d, false);
reconstruct_(images, Rs, Ts, K, points3d);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment