Skip to content

Commit

Permalink
fix bug in ICP setting
Browse files Browse the repository at this point in the history
  • Loading branch information
WuHao-WHU authored Nov 7, 2023
1 parent 459a932 commit e946233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HL_MRF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ void WHU::HL_MRF::pairwiseICP(std::vector<std::vector<size_t>>& edges,
pcl::copyPointCloud(*clouds[after_check_graph_pairs[edges[f][i]].first], *temp);
pcl::copyPointCloud(*clouds[after_check_graph_pairs[edges[f][i]].second], *temp2);

pcl::transformPointCloud(*temp, *temp, after_check_matches[edges[f][i]].transformation);
// pcl::transformPointCloud(*temp, *temp, after_check_matches[edges[f][i]].transformation);
// CCCoreLib::ICPRegistrationTools::Parameters params;
// params.finalOverlapRatio = approx_overlap;
// params.maxThreadCount = 1;
Expand Down

0 comments on commit e946233

Please sign in to comment.