Skip to content

Commit

Permalink
tweaked segmentcrown params
Browse files Browse the repository at this point in the history
  • Loading branch information
apburt committed Feb 1, 2021
1 parent e6aae2a commit 9f1a973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/segmentcrown.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ int main(int argc, char **argv)
//
std::cout << "Building tree: " << std::flush;
pcl::PointCloud<PointTreeseg>::Ptr tree(new pcl::PointCloud<PointTreeseg>);
buildTree(regions,15,1,0.2,5,1.0,tree);
buildTree(regions,20,1,0.2,5,1.0,tree);
ss.str("");
ss << id[0] << "_" << id[1] << ".pcd";
writer.write(ss.str(),*tree,true);
Expand Down

0 comments on commit 9f1a973

Please sign in to comment.