-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4b2856
commit 5d25f85
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -23,7 +23,7 @@ The filter supports PNG, NIFTI and DICOM format. By running the following script | |
<img src="./example/2D/snapshot0001.png" width="205px" height="250px" title="output"/> | ||
</p> | ||
|
||
Note: Currently the output labels are not rescaled for PNG output. Pixel value in output image will be same as value of label class. | ||
Note: Currently the output labels range are not rescaled for PNG output. Pixel value in output image will be same as value of label class. You may have diffuclty in visualizing the image with typical image viewers. | ||
|
||
### 3D image | ||
The filter only supports NIFTI image and label input. By running the following script in command prompt: | ||
|
@@ -43,4 +43,4 @@ Tested with MSVC 2015, the dependencies are also available on Linux and MacOS. | |
- Boost | ||
|
||
## Author | ||
Jacky Ko <[email protected]> | ||
Jacky Ko <[email protected]> |