Skip to content

Commit

Permalink
fixes NifTK#194
Browse files Browse the repository at this point in the history
  • Loading branch information
wyli committed Sep 11, 2018
1 parent bf0abcc commit 1f2ffa2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/source/config_spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ Value should be in `[0, 1]`.
Name | Type | Example | Default
---- | ---- | ------- | -------
[rotation_angle](#rotation-angle) | `float array` | `rotation_angle=-10.0,10.0` | `''`
[scaling_percentage](#scaling-percentage) | `float array` | `scaling_percentage=0.8,1.2` | `''`
[scaling_percentage](#scaling-percentage) | `float array` | `scaling_percentage=-20.0,20.0` | `''`
[random_flipping_axes](#random-flipping-axes) | `integer array` | `random_flipping_axes=1,2` | `-1`

###### `rotation_angle`
Expand All @@ -567,6 +567,10 @@ volumes (This can be slow depending on the input volume dimensionality).
###### `scaling_percentage`
Float array indicates a random spatial scaling should be applied
(This can be slow depending on the input volume dimensionality).
The option accepts percentages relative to 100 (the original input size).
E.g, `(-50, 50)` indicates transforming
image (size `d`) to image with its size in between `0.5*d` and `1.5d`.


###### `random_flipping_axes`
The axes which can be flipped to augment the data.
Expand Down

0 comments on commit 1f2ffa2

Please sign in to comment.