Skip to content

Commit

Permalink
Remove ToDo notes
Browse files Browse the repository at this point in the history
  • Loading branch information
LazzyIzzi committed Jul 16, 2023
1 parent 088666e commit 050c8e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 33 deletions.
15 changes: 0 additions & 15 deletions JHD_FloodFillLibJ8V1/src/jhd/FloodFill/FloodFill.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@
//Copyright (c) John H Dunsmuir 2022
//MIT-License

/* This method does a lot of pre &Ampersan; post processing and characterizations˙ And presents its findings in a report.
* Input image is a porosity map, resolved porosity voxels have a value of 1, unresolved porosity voxels have values 0<phi<1
*
* Added initial characterizations
* Built in the EDM of resolved pore space
*
* Removed tortuosity calculation because it is unreliable when using anisotropic voxels.
*
* ToDo
* Add GDT to replace the tortuosity calculation
* Set output to GDT image
* get mean and stdDev of tort in back slice
*
*/

import java.util.ArrayList;
import java.util.List;

Expand Down
2 changes: 0 additions & 2 deletions JHD_FloodFillLibJ8V1/src/jhd/FloodFill/GDT3D.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
import javax.swing.JPanel;
import javax.swing.JProgressBar;

//import jhd.FloodFill.Offsets.PointDesc;


/**Methods for 2D and 3D Geodesic transform and tortousity
* @author John H Dunsmuir
Expand Down
16 changes: 0 additions & 16 deletions JHD_FloodFillLibJ8V1/src/jhd/FloodFill/HybridFloodFill.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,6 @@
//Copyright (c) John H Dunsmuir 2022
//MIT-License


/* This method does a lot of pre & post processing and characterizations˙ And presents its findings in a report.
* Input image is a porosity map, resolved porosity voxels have a value of 1, unresolved porosity voxels have values 0<phi<1
*
* Added initial characterizations
* Built in the EDM of resolved pore space
*
* Removed tortuosity calculation because it is unreliable when using anisotropic voxels.
*
* ToDo
* Add GDT to replace the tortuosity calculation
* Set output to GDT image
* get mean and stdDev of tort in back slice
*
*/

import java.util.ArrayList;
import java.util.List;

Expand Down

0 comments on commit 050c8e4

Please sign in to comment.