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

Four-point congruent sets algorithm (FPCS) #726

Closed
wants to merge 3 commits into from

Conversation

stheg
Copy link

@stheg stheg commented Jun 5, 2014

4PCS algorithm for alignment 3D models.

stheg added 3 commits June 5, 2014 11:28
4-point congruent sets algorithm for alignment 3D models
Header file for 4PCS algorithm for alignment 3D models
Implementation of algorithm 4PCS
@VictorLamoine
Copy link
Contributor

Hi,

The PCL Style Guide specify you have to use space indentations only (no tabs). Just replace all your tabulations with two white spaces!

You didn't write doxygen documentation, which makes your code difficult to use, could you write it ? You can find examples in other PCL files for the syntax

Bye!

@stheg
Copy link
Author

stheg commented Jun 6, 2014

Hi,

Understood. I'll correct it


~FPCS ()
{
source_markers_->~PointCloud();
Copy link
Member

Choose a reason for hiding this comment

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

No need to call destructors explicitly, shared_ptr will do that for you automatically.

@taketwo
Copy link
Member

taketwo commented Jun 20, 2014

Hi Sergey, thanks for the contribution. Please consider a few inline comments that I left. Also, we will need to construct (at least a simple) unit test for the new class.

@SergioRAgostinho
Copy link
Member

Considering we merged #976, can we close this?

@taketwo taketwo closed this Jul 14, 2016
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.

None yet

4 participants