Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

color supported GICP #491

Merged
merged 2 commits into from
Feb 26, 2014
Merged

color supported GICP #491

merged 2 commits into from
Feb 26, 2014

Conversation

MichaelKorn
Copy link
Contributor

This algorithm is based on http://www.is.uni-due.de/fileadmin/literatur/publikation/korn14visapp.pdf . LAB color space is integrated into the GICP.

@jspricke
Copy link
Member

Hi Michael, thanks for your contribution! Could you add some unit tests? Also, I will put some style comments in line.

*
* \param[in] lab_weight the color weight
*/
GeneralizedIterativeClosestPoint6D(float lab_weight = 0.032f);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a space in front of the bracket, cf. http://pointclouds.org/documentation/advanced/pcl_style_guide.php.

@MichaelKorn
Copy link
Contributor Author

I'm not sure how to add unit tests because the registration tests (test_registration.cpp) use bun0.pcd and bun4.pcd.
But this algorithm needs color information (two PointXYZRGBA Point clouds).
Any idea?

@jspricke
Copy link
Member

Unit test: either generate artificial data in the test or add a small pcd file into test/, but I would be ok with adding that in an extra pull request. Could you please fix the conflict, so we can merge this? Thanks!

@jspricke
Copy link
Member

Hi Michael, thanks for the unit test! Can you clean up our patches a little? For example remove the revert and the merge. Have a look into git rebase -i for that.

jspricke added a commit that referenced this pull request Feb 26, 2014
@jspricke jspricke merged commit 7112389 into PointCloudLibrary:master Feb 26, 2014
@MichaelKorn MichaelKorn deleted the gicp6d branch February 27, 2014 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants