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

Fix and improve documentation in sample_consensus module #3301

Merged
merged 2 commits into from
Aug 22, 2019

Conversation

mvieth
Copy link
Member

@mvieth mvieth commented Aug 21, 2019

Fixes #918
Fixes #2194

Copy link
Member

@taketwo taketwo left a comment

Choose a reason for hiding this comment

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

Thank you for the effort!

<li>\link pcl::SampleConsensusModelParallelPlane SACMODEL_PARALLEL_PLANE \endlink - a model for determining a plane <b>parallel</b> to an user-specified axis, within a maximum specified angular deviation. \link pcl::SampleConsensusModelPlane SACMODEL_PLANE \endlink.</li>
<li>\link pcl::SampleConsensusModelNormalParallelPlane SACMODEL_NORMAL_PARALLEL_PLANE \endlink defines a model for 3D plane segmentation using additional surface normal constraints. The plane must lie <b>parallel</b> to a user-specified axis. SACMODEL_NORMAL_PARALLEL_PLANE therefore is equivalent to SACMODEL_NORMAL_PLANE + SACMODEL_PARALLEL_PLANE. The plane coefficients are similar to \link pcl::SampleConsensusModelPlane SACMODEL_PLANE \endlink.</li>
<li>\link pcl::SampleConsensusModelNormalSphere SACMODEL_NORMAL_SPHERE \endlink - similar to \link pcl::SampleConsensusModelSphere SACMODEL_SPHERE \endlink, but with additional surface normal constraints.</li>
<li>\link pcl::SampleConsensusModelParallelPlane SACMODEL_PARALLEL_PLANE \endlink - a model for determining a plane <b>parallel</b> to a user-specified axis, within a maximum specified angular deviation. \link pcl::SampleConsensusModelPlane SACMODEL_PLANE \endlink.</li>
Copy link
Member

Choose a reason for hiding this comment

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

Could you please add some text to the link in the end? I suppose it should be "The plane coefficients are similar to".

@SergioRAgostinho SergioRAgostinho merged commit e39fb82 into PointCloudLibrary:master Aug 22, 2019
@mvieth mvieth deleted the doc-fixes branch August 22, 2019 12:31
@taketwo taketwo changed the title Fix and improve documentation, mostly in sample consensus Fix and improve documentation in sample consensus module Jan 14, 2020
@taketwo taketwo changed the title Fix and improve documentation in sample consensus module Fix and improve documentation in sample_consensus module Jan 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SampleConsensusModelParallelPlane won't detect parallel planes problem in SACMODEL_NORMAL_PARALLEL_PLANE
3 participants