From 88ad4b517d8162a53ab715ea6faa608c376ea7ae Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Wed, 18 Sep 2024 21:26:05 -0400 Subject: [PATCH] Correcting URLs. --- Python_html/21_Transforms_and_Resampling.html | 2 +- Python_html/71_Trust_But_Verify.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Python_html/21_Transforms_and_Resampling.html b/Python_html/21_Transforms_and_Resampling.html index 471bcc67..550cd355 100644 --- a/Python_html/21_Transforms_and_Resampling.html +++ b/Python_html/21_Transforms_and_Resampling.html @@ -8954,7 +8954,7 @@

Homework: crea
  1. Implement the marching cubes algorithm to obtain the set of triangles corresponding to the iso-surface of structures of interest (skin, white matter,...).
  2. Find the color associated with each of the triangle vertices using the code above.
  3. -
  4. Save the data using the ASCII version of the PLY), Polygon File Format (a.k.a. Stanford Triangle Format).
  5. +
  6. Save the data using the ASCII version of the (PLY), Polygon File Format (a.k.a. Stanford Triangle Format).
  7. Use meshlab to view your creation.
diff --git a/Python_html/71_Trust_But_Verify.html b/Python_html/71_Trust_But_Verify.html index f6768a76..093fd1fa 100644 --- a/Python_html/71_Trust_But_Verify.html +++ b/Python_html/71_Trust_But_Verify.html @@ -7671,7 +7671,7 @@

Data

For convenie