Skip to content

Commit 050c8e4

Browse files
committed
Remove ToDo notes
1 parent 088666e commit 050c8e4

3 files changed

Lines changed: 0 additions & 33 deletions

File tree

JHD_FloodFillLibJ8V1/src/jhd/FloodFill/FloodFill.java

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,6 @@
22
//Copyright (c) John H Dunsmuir 2022
33
//MIT-License
44

5-
/* This method does a lot of pre &Ampersan; post processing and characterizations˙ And presents its findings in a report.
6-
* Input image is a porosity map, resolved porosity voxels have a value of 1, unresolved porosity voxels have values 0<phi<1
7-
*
8-
* Added initial characterizations
9-
* Built in the EDM of resolved pore space
10-
*
11-
* Removed tortuosity calculation because it is unreliable when using anisotropic voxels.
12-
*
13-
* ToDo
14-
* Add GDT to replace the tortuosity calculation
15-
* Set output to GDT image
16-
* get mean and stdDev of tort in back slice
17-
*
18-
*/
19-
205
import java.util.ArrayList;
216
import java.util.List;
227

JHD_FloodFillLibJ8V1/src/jhd/FloodFill/GDT3D.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
import javax.swing.JPanel;
1313
import javax.swing.JProgressBar;
1414

15-
//import jhd.FloodFill.Offsets.PointDesc;
16-
1715

1816
/**Methods for 2D and 3D Geodesic transform and tortousity
1917
* @author John H Dunsmuir

JHD_FloodFillLibJ8V1/src/jhd/FloodFill/HybridFloodFill.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,6 @@
22
//Copyright (c) John H Dunsmuir 2022
33
//MIT-License
44

5-
6-
/* This method does a lot of pre & post processing and characterizations˙ And presents its findings in a report.
7-
* Input image is a porosity map, resolved porosity voxels have a value of 1, unresolved porosity voxels have values 0<phi<1
8-
*
9-
* Added initial characterizations
10-
* Built in the EDM of resolved pore space
11-
*
12-
* Removed tortuosity calculation because it is unreliable when using anisotropic voxels.
13-
*
14-
* ToDo
15-
* Add GDT to replace the tortuosity calculation
16-
* Set output to GDT image
17-
* get mean and stdDev of tort in back slice
18-
*
19-
*/
20-
215
import java.util.ArrayList;
226
import java.util.List;
237

0 commit comments

Comments
 (0)