Skip to content

Commit

Permalink
Merge pull request #1882 from weiliangdashen/patch-1
Browse files Browse the repository at this point in the history
fix a bug to improve speed
  • Loading branch information
SergioRAgostinho authored Jun 6, 2017
2 parents 5a87387 + 913659b commit 259e134
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ pcl::RegionGrowing<PointT, NormalT>::applySmoothRegionGrowingAlgorithm ()
if (point_labels_[index] == -1)
{
seed = index;
seed_counter = i_seed;
break;
}
}
Expand Down

0 comments on commit 259e134

Please sign in to comment.