Difference between revisions of "Tasks"

From crtc.cs.odu.edu
Jump to: navigation, search
(NYU Method)
(Week One Action Items)
Line 1: Line 1:
== Week One Action Items ==
+
== CBC3D Docker [<span style="color:blue">In Progress</span>] ==
 +
# Exploring the option of creating a docker with CBC3D
 +
# Comparing with PODM which has a different set of parameters
 +
# Using PODM as a template - making necessary changes to CBC3D
 +
# Utilizing paraview to visualize meshes
  
=== Slicer Extension -- [<span style="color:green">DONE</span>] ===  
+
== Adding Adaptivity and Smoothness to CBC3D [<span style="color:blue">In Progress</span>] ==
 +
* Cgal
 +
* NYU method
 +
 
 +
=== Cgal ===
 +
# For smooth
 +
# Researching Cgal's approach for [https://doc.cgal.org/latest/Mesh_3/index.html#fig__mesh3protectionimage3D smoothing] 
 +
 
 +
=== NYU Method ===
 +
# Read Fotis' thesis
 +
# Read NYU papers: https://arxiv.org/pdf/1908.03581.pdf
 +
# Review the NYU code on github
 +
# Study the NYU papers and code to understand how to augment Fotis' code
 +
 
 +
== Paraview plugin ==
 +
# CNF project
 +
# take weight of tetrahedral and plot
 +
# user should have the ability to choose axis to collect weight
 +
 
 +
== Slicer Extension -- [<span style="color:green">DONE</span>] ==  
 
# Get stand alone slicer code from github
 
# Get stand alone slicer code from github
 
# Test the CBC3D Slicer extension with old code
 
# Test the CBC3D Slicer extension with old code
 
# Test the CBC3D Slicer extension with new code
 
# Test the CBC3D Slicer extension with new code
 
# Place the new code on Box
 
# Place the new code on Box
 
=== NYU Method -- [<span style="color:blue">In Progress</span>]===
 
# Read Fotis' thesis
 
# Read NYU papers
 
# Review the NYU code on github
 
# Study the NYU papers and code to understand how to augment Fotis' code
 

Revision as of 21:04, 2 October 2019

CBC3D Docker [In Progress]

  1. Exploring the option of creating a docker with CBC3D
  2. Comparing with PODM which has a different set of parameters
  3. Using PODM as a template - making necessary changes to CBC3D
  4. Utilizing paraview to visualize meshes

Adding Adaptivity and Smoothness to CBC3D [In Progress]

  • Cgal
  • NYU method

Cgal

  1. For smooth
  2. Researching Cgal's approach for smoothing

NYU Method

  1. Read Fotis' thesis
  2. Read NYU papers: https://arxiv.org/pdf/1908.03581.pdf
  3. Review the NYU code on github
  4. Study the NYU papers and code to understand how to augment Fotis' code

Paraview plugin

  1. CNF project
  2. take weight of tetrahedral and plot
  3. user should have the ability to choose axis to collect weight

Slicer Extension -- [DONE]

  1. Get stand alone slicer code from github
  2. Test the CBC3D Slicer extension with old code
  3. Test the CBC3D Slicer extension with new code
  4. Place the new code on Box