Skip to content

Commit 7cf0ac5

Browse files
nyoungbqimikejackson
authored andcommitted
Image table doc cleanup
1 parent dd2d22c commit 7cf0ac5

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

src/Plugins/OrientationAnalysis/docs/BadDataNeighborOrientationCheckFilter.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ Only the *Mask* value defining the cell as *good* or *bad* is changed. No other
1616

1717
## Example Data
1818

19-
| Example Input/Output Images |
20-
|--------------------------------|
21-
| ![](Images/BadDataNeighborOrientationCheckFilter_1.png) |
22-
| The Small IN100 data just after initial alignment filters have completed. |
23-
| ![](Images/BadDataNeighborOrientationCheckFilter_2.png) |
24-
| The Small IN100 data just after running this filter with a *Misorientation Tolerance* of 5 degrees and a *Required Number of Neighbors* of 4. |
19+
| Example Input Image | Example Output Image |
20+
|---------------------|----------------------|
21+
| ![](Images/BadDataNeighborOrientationCheckFilter_1.png) | ![](Images/BadDataNeighborOrientationCheckFilter_2.png) |
22+
| The Small IN100 data just after initial alignment filters have completed. | The Small IN100 data just after running this filter with a *Misorientation Tolerance* of 5 degrees and a *Required Number of Neighbors* of 4. |
2523

2624
From the above before and after images you can see that this filter can help modify a mask that was generated through a simple threshold filter. This filter essentially uses neighbors to determine if a cell point should have had a mask value of false. The majority of cells that were changed from *false* or the black voxels, into valid IPF colored voxels, had a confidence index that fell just below the initial threshold applied (Confidence Index > 0.1 and Image Quality > 120). This filter determines that enough of that cell's neighbors had a mask value of true, the misorientation was < 5 degrees and the cell had enough valid neighbors that the cell's *mask* value was changed from **false** to **true**.
2725

0 commit comments

Comments
 (0)