summaryrefslogtreecommitdiff
path: root/src/Tangential_complex
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-15 08:32:37 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-15 08:32:37 +0100
commitfe79987e03b5bce4515638f8d0549ae8db64f3e6 (patch)
tree8d81540f1a8ac5f106a2b542436825bdf922b3aa /src/Tangential_complex
parent3ec4014f39c514aa456a652bc0d876fba70ad6f9 (diff)
Fix code review
Diffstat (limited to 'src/Tangential_complex')
-rw-r--r--src/Tangential_complex/doc/Intro_tangential_complex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Tangential_complex/doc/Intro_tangential_complex.h b/src/Tangential_complex/doc/Intro_tangential_complex.h
index 2b019021..501f4a8b 100644
--- a/src/Tangential_complex/doc/Intro_tangential_complex.h
+++ b/src/Tangential_complex/doc/Intro_tangential_complex.h
@@ -51,10 +51,10 @@ Let us start with the description of the Tangential complex of a simple example,
The point set \f$ \mathscr P \f$ is located on a closed curve embedded in 2D.
Only 4 points will be displayed (more are required for PCA) to simplify the figures.
\image html "tc_example_01.png" "The input"
-For each point \f$ P \f$, estimate its tangent subspace \f$ T_p \f$ using PCA.
+For each point \f$ P \f$, estimate its tangent subspace \f$ T_P \f$ using PCA.
\image html "tc_example_02.png" "The estimated normals"
Let us add the Voronoi diagram of the points in orange. For each point \f$ P \f$, construct its star in the Delaunay
-triangulation of \f$ \mathscr P \f$ restricted to \f$ T_p \f$.
+triangulation of \f$ \mathscr P \f$ restricted to \f$ T_P \f$.
\image html "tc_example_03.png" "The Voronoi diagram"
The Tangential Delaunay complex is the union of those stars.
@@ -69,7 +69,7 @@ An inconsistency occurs when a simplex is not in the star of all its vertices.
Let us take the same example.
\image html "tc_example_07_before.png" "Before"
-Let us slightly move the tangent subspace \f$ T_q \f$
+Let us slightly move the tangent subspace \f$ T_Q \f$
\image html "tc_example_07_after.png" "After"
Now, the star of \f$ Q \f$ contains \f$ QP \f$, but the star of \f$ P \f$ does not contain \f$ QP \f$. We have an inconsistency.
\image html "tc_example_08.png" "After"