Improved doc for OpenGR/PointMatcher wrappers

OpenGR: param max_running_time

PointMatcher: geom_traits
This commit is contained in:
Necip Yildiran 2019-09-03 23:06:46 -04:00
parent 268b7dc82b
commit fed52c13da
5 changed files with 10 additions and 6 deletions

View File

@ -409,8 +409,7 @@ reduce the accuracy of the result.
Maximum number of seconds after which the algorithm stops. Super4PCS explores the Maximum number of seconds after which the algorithm stops. Super4PCS explores the
transformation space to align the two input clouds. Since the exploration is performed transformation space to align the two input clouds. Since the exploration is performed
randomly, it is recommended to use a large time value to explore the whole space randomly, it is recommended to use a large time value to explore the whole space.
(e.g., 1000).
\subsection Point_set_processing_3Examples_registration_PointMatcher PointMatcher Example \subsection Point_set_processing_3Examples_registration_PointMatcher PointMatcher Example

View File

@ -226,8 +226,8 @@ compute_registration_transformation(const PointRange1& range1, const PointRan
\cgalParamBegin{maximum_running_time} maximum number of seconds after \cgalParamBegin{maximum_running_time} maximum number of seconds after
which the algorithm stops. Super4PCS explores the transformation space to which the algorithm stops. Super4PCS explores the transformation space to
align the two input clouds. Since the exploration is performed randomly, align the two input clouds. Since the exploration is performed randomly,
it is recommended to use a large time value to explore the whole space it is recommended to use a large time value to explore the whole space.
(e.g., 1000).\cgalParamEnd \cgalParamEnd
\cgalParamBegin{geom_traits} an instance of a geometric traits class, \cgalParamBegin{geom_traits} an instance of a geometric traits class,
model of `Kernel`\cgalParamEnd model of `Kernel`\cgalParamEnd

View File

@ -144,8 +144,8 @@ register_point_sets(const PointRange1& range1, PointRange2& range2,
\cgalParamBegin{maximum_running_time} maximum number of seconds after \cgalParamBegin{maximum_running_time} maximum number of seconds after
which the algorithm stops. Super4PCS explores the transformation space to which the algorithm stops. Super4PCS explores the transformation space to
align the two input clouds. Since the exploration is performed randomly, align the two input clouds. Since the exploration is performed randomly,
it is recommended to use a large time value to explore the whole space it is recommended to use a large time value to explore the whole space.
(e.g., 1000).\cgalParamEnd \cgalParamEnd
\cgalParamBegin{geom_traits} an instance of a geometric traits class, \cgalParamBegin{geom_traits} an instance of a geometric traits class,
model of `Kernel`\cgalParamEnd model of `Kernel`\cgalParamEnd

View File

@ -499,6 +499,9 @@ compute_registration_transformation(const PointRange1& range1, const PointRange2
If this parameter is omitted, `NullLogger` is used. If this parameter is omitted, `NullLogger` is used.
\cgalParamEnd \cgalParamEnd
\cgalParamBegin{geom_traits} an instance of a geometric traits class,
model of `Kernel`\cgalParamEnd
\cgalNamedParamsEnd \cgalNamedParamsEnd

View File

@ -182,6 +182,8 @@ namespace pointmatcher {
If this parameter is omitted, `NullLogger` is used. If this parameter is omitted, `NullLogger` is used.
\cgalParamEnd \cgalParamEnd
\cgalParamBegin{geom_traits} an instance of a geometric traits class,
model of `Kernel`\cgalParamEnd
\cgalNamedParamsEnd \cgalNamedParamsEnd
\param np2 optional sequence of \ref psp_namedparameters "Named Parameters" among the ones listed below. \param np2 optional sequence of \ref psp_namedparameters "Named Parameters" among the ones listed below.