mirror of https://github.com/CGAL/cgal
Make doc of NP neighbor_radius more general and add more specific info to the WLOP doc
This commit is contained in:
parent
d8ec8b8986
commit
6b112dda54
|
|
@ -93,7 +93,7 @@ along sharp features. The range of possible values is `[0, 1]`. \n
|
|||
\cgalNPBegin{neighbor_radius} \anchor PSP_neighbor_radius
|
||||
is the spherical neighborhood radius.\n
|
||||
\b Type: floating scalar value\n
|
||||
<b>Default value</b>: `-1`, in which case the functions that use it will compute an adapted value automatically.
|
||||
<b>Default value</b>: `-1`, in which case it is not used.
|
||||
\cgalNPEnd
|
||||
|
||||
\cgalNPBegin{number_of_output_points} \anchor PSP_number_of_output_points
|
||||
|
|
|
|||
|
|
@ -442,8 +442,8 @@ public:
|
|||
\cgalParamBegin{neighbor_radius} spherical neighborhood radius. This is a key parameter that needs to be
|
||||
finely tuned. The result will be irregular if too small, but a larger value will impact the runtime. In
|
||||
practice, choosing a radius such that the neighborhood of each sample point includes at least two rings
|
||||
of neighboring sample points gives satisfactory result. The default value is set to 8 times the average
|
||||
spacing of the point set.\cgalParamEnd
|
||||
of neighboring sample points gives satisfactory result. If this parameter is not provided, it is
|
||||
automatically set to 8 times the average spacing of the point set.\cgalParamEnd
|
||||
\cgalParamBegin{number_of_iterations} number of iterations to solve the optimsation problem. The default
|
||||
value is 35. More iterations give a more regular result but increase the runtime.\cgalParamEnd
|
||||
\cgalParamBegin{require_uniform_sampling} an optional preprocessing, which will give better result if the
|
||||
|
|
|
|||
Loading…
Reference in New Issue