mirror of https://github.com/CGAL/cgal
Improved doc for OpenGR/PointMatcher wrappers
OpenGR: param max_running_time PointMatcher: geom_traits
This commit is contained in:
parent
268b7dc82b
commit
fed52c13da
|
|
@ -409,8 +409,7 @@ reduce the accuracy of the result.
|
|||
|
||||
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
|
||||
randomly, it is recommended to use a large time value to explore the whole space
|
||||
(e.g., 1000).
|
||||
randomly, it is recommended to use a large time value to explore the whole space.
|
||||
|
||||
\subsection Point_set_processing_3Examples_registration_PointMatcher PointMatcher Example
|
||||
|
||||
|
|
|
|||
|
|
@ -226,8 +226,8 @@ compute_registration_transformation(const PointRange1& range1, const PointRan
|
|||
\cgalParamBegin{maximum_running_time} 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 randomly,
|
||||
it is recommended to use a large time value to explore the whole space
|
||||
(e.g., 1000).\cgalParamEnd
|
||||
it is recommended to use a large time value to explore the whole space.
|
||||
\cgalParamEnd
|
||||
|
||||
\cgalParamBegin{geom_traits} an instance of a geometric traits class,
|
||||
model of `Kernel`\cgalParamEnd
|
||||
|
|
|
|||
|
|
@ -144,8 +144,8 @@ register_point_sets(const PointRange1& range1, PointRange2& range2,
|
|||
\cgalParamBegin{maximum_running_time} 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 randomly,
|
||||
it is recommended to use a large time value to explore the whole space
|
||||
(e.g., 1000).\cgalParamEnd
|
||||
it is recommended to use a large time value to explore the whole space.
|
||||
\cgalParamEnd
|
||||
|
||||
\cgalParamBegin{geom_traits} an instance of a geometric traits class,
|
||||
model of `Kernel`\cgalParamEnd
|
||||
|
|
|
|||
|
|
@ -500,6 +500,9 @@ compute_registration_transformation(const PointRange1& range1, const PointRange2
|
|||
If this parameter is omitted, `NullLogger` is used.
|
||||
\cgalParamEnd
|
||||
|
||||
\cgalParamBegin{geom_traits} an instance of a geometric traits class,
|
||||
model of `Kernel`\cgalParamEnd
|
||||
|
||||
\cgalNamedParamsEnd
|
||||
|
||||
\param np2 optional sequence of \ref psp_namedparameters "Named Parameters" among the ones listed below.
|
||||
|
|
|
|||
|
|
@ -182,6 +182,8 @@ namespace pointmatcher {
|
|||
If this parameter is omitted, `NullLogger` is used.
|
||||
\cgalParamEnd
|
||||
|
||||
\cgalParamBegin{geom_traits} an instance of a geometric traits class,
|
||||
model of `Kernel`\cgalParamEnd
|
||||
\cgalNamedParamsEnd
|
||||
|
||||
\param np2 optional sequence of \ref psp_namedparameters "Named Parameters" among the ones listed below.
|
||||
|
|
|
|||
Loading…
Reference in New Issue