-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from UCSB-VRL/chad/nph_with_mask_editing
Updated NPH Preduction Module for Mask Editing Feature
- Loading branch information
Showing
10 changed files
with
508 additions
and
200 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,3 +137,4 @@ QRBSA/src/DREAM3D-6.5.141-Linux-x86_64/* | |
SpeciesTrackerAndCounter/src/runs/train/* | ||
*.hdf5 | ||
|
||
*.tar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
|
||
<h2> | ||
<title>Volumetric Segmentation of Brain CT Scans</title> | ||
</h2> | ||
|
||
<body> | ||
|
||
<h3>About:</h3> | ||
<a href="public/workflow.png" target="_blank"> <img src="public/workflow.png" /></a> | ||
<p> | ||
This module is for segmenting a CT scan of a brain into 3 parts: lateral ventricles, cerebral matter, and subarachnoid space using a 3D UNet. A Support Vector Machine is then used to determine if the subject has possible Normal Pressure Hydrocephalus (NPH). | ||
</p> | ||
|
||
<p> | ||
<a href="https://arxiv.org/abs/1901.09088" target="_blank">Paper: Automated Segmentation of CT Scans for Normal Pressure Hydrocephalus</a>. | ||
</p> | ||
|
||
<h3>Input</h3> | ||
<p> The input should be a single image or a folder of images in nifti format (ending in .nii.gz).</p> | ||
<h3>Outputs</h3> | ||
<ul> | ||
<li><b>Info:</b> CSV file of volumetric measurements and NPH prediction.</li> | ||
<li><b>Segmentation Mask:</b>A segmentation mask in nifti format. If folder of images is used, a folder of segmentation masks are returned.</li> | ||
</ul> | ||
|
||
|
||
</body> | ||
|
||
</html> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.