Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoulon committed Jul 1, 2014
1 parent 0120314 commit 1dfdc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openMVG/robust_estimation/robust_estimator_Ransac.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ typename Kernel::Model RANSAC(
double best_inlier_ratio = 0.0;
typename Kernel::Model best_model;

// Test if we have sufficient points to for the kernel.
// Test if we have sufficient points for the kernel.
if (total_samples < min_samples) {
if (best_inliers) {
best_inliers->resize(0);
Expand Down

0 comments on commit 1dfdc73

Please sign in to comment.