Skip to content

Commit 4f8a400

Browse files
committed
sfm: Enabled intrinsics refinement
The other implementation of reconstruct() had the flag enabled. Enabling it here as well for consistency
1 parent c42beb4 commit 4f8a400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/sfm/src/reconstruct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ namespace sfm
239239

240240
if ( is_projective )
241241
{
242-
reconstruct_(images, Rs, Ts, K, points3d, false);
242+
reconstruct_(images, Rs, Ts, K, points3d);
243243
}
244244

245245

0 commit comments

Comments
 (0)