Skip to content

Commit

Permalink
[SfM] Ground Control Points. openMVG#398
Browse files Browse the repository at this point in the history
- GCP cost function does not use a loss function.
  • Loading branch information
pmoulon committed Apr 15, 2016
1 parent 48e2110 commit 555493b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openMVG/sfm/sfm_data_BA_ceres.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ bool Bundle_Adjustment_Ceres::Adjust

if (cost_function)
problem.AddResidualBlock(cost_function,
p_LossFunction,
nullptr,
&map_intrinsics[view->id_intrinsic][0],
&map_poses[view->id_pose][0],
iterGCPTracks->second.X.data());
Expand Down

0 comments on commit 555493b

Please sign in to comment.