Skip to content

Commit 98025ef

Browse files
committed
Escape @ to avoid generation of a link
1 parent 6e3bffe commit 98025ef

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Point_set_processing_3/doc/Point_set_processing_3/Point_set_processing_3.txt

+5-4
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ A parallel version of WLOP is provided and requires the executable to be linked
753753
<a href="https://github.com/oneapi-src/oneTBB">Intel TBB library</a>.
754754
To control the number of threads used, the user may use the tbb::task_scheduler_init class.
755755
See the <a href="https://software.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top.html">TBB documentation</a>
756-
for more details. We provide below a speed-up chart generated using the parallel version of the WLOP algorithm. The machine used is a PC running Windows 7 64-bits with a 4-core [email protected] CPU with 8GB of RAM.
756+
for more details. We provide below a speed-up chart generated using the parallel version of the WLOP algorithm. The machine used is a PC running Windows 7 64-bits with a 4-core i7-4700HQ\@2.40GHz CPU with 8GB of RAM.
757757

758758
\cgalFigureBegin{Point_set_processing_3figWLOP_parallel_performance, parallel_WLOP_performance.jpg}
759759
Parallel WLOP speed-up, compared to the sequential version of the algorithm.
@@ -828,13 +828,14 @@ The following example reads a set of points with normals and smooths them via bi
828828
Comparison for two smoothing methods: Left: Input, 250K points, normal-color mapping. Middle: Jet smoothing result, 197 seconds. Right: Bilateral smoothing result, 110 seconds.
829829
\cgalFigureEnd
830830

831-
\subsubsection Point_set_processing_3Bilateral_smoothing_parallel_performance Parallel
831+
\subsubsection Point_set_processing_3Bilateral_smoothing_parallel_performance Parallel Performance
832832

833-
Performance:
834833
A parallel version of bilateral smoothing is provided and requires the executable to be linked against the
835834
<a href="https://github.com/oneapi-src/oneTBB">Intel TBB library</a>.
836835
The number of threads used is controlled through the tbb::task_scheduler_init class.
837-
See the <a href="https://software.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top.html">TBB documentation</a> for more details. We provide below a speed-up chart generated using the parallel version of the bilateral smoothing algorithm. The machine used is a PC running Windows 7 64-bits with a 4-core [email protected] CPU with 8GB of RAM.
836+
See the <a href="https://software.intel.com/content/www/us/en/develop/documentation/onetbb-documentation/top.html">TBB documentation</a> for more details.
837+
We provide below a speed-up chart generated using the parallel version of the bilateral smoothing algorithm.
838+
The machine used is a PC running Windows 7 64-bits with a 4-core i7-4700HQ\@2.40GHz CPU with 8GB of RAM.
838839

839840
\cgalFigureBegin{Point_set_processing_3Bilateral_smoothing_parallel_performance, parallel_bilateral_smooth_point_set_performance.jpg}
840841
Parallel bilateral smoothing speed-up, compared to the sequential version of the algorithm.

0 commit comments

Comments
 (0)