summaryrefslogtreecommitdiff
path: root/src/common/doc/main_page.md
diff options
context:
space:
mode:
authorMarc Glisse <marc.glisse@inria.fr>2020-01-20 20:36:58 +0100
committerMarc Glisse <marc.glisse@inria.fr>2020-01-20 20:36:58 +0100
commitdc3d21f55d3e0de311f56b2706629483f50b0258 (patch)
tree3efdeed4c98fd76e860fda41b3e321748b89710c /src/common/doc/main_page.md
parent8c85fa3f6dcb47346f3070adc46d44c9afca2f2c (diff)
Link kd-tree and subsampling from the main doc
Diffstat (limited to 'src/common/doc/main_page.md')
-rw-r--r--src/common/doc/main_page.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/common/doc/main_page.md b/src/common/doc/main_page.md
index 23dd3fde..72bf1cef 100644
--- a/src/common/doc/main_page.md
+++ b/src/common/doc/main_page.md
@@ -383,3 +383,26 @@
</td>
</tr>
</table>
+
+## Point cloud utilities {#PointCloudUtils}
+
+<table>
+ <tr>
+ <td width="35%" rowspan=2>
+ \f$(x_1,\ldots\x_d)\f$
+ </td>
+ <td width="50%">
+ This contains various tools to handle point clouds: spatial searching, subsampling, etc.
+ </td>
+ <td width="15%">
+ <b>Author:</b> Clément Jamin<br>
+ <b>Introduced in:</b> GUDHI 1.3.0<br>
+ <b>Copyright:</b> MIT [(GPL v3)](../../licensing/)<br>
+ </td>
+ </tr>
+ <tr>
+ <td colspan=2 height="25">
+ <b>Manuals:</b> \ref spatial_searching, \ref subsampling
+ </td>
+ </tr>
+</table>