Revision 263e8b36b7a0b8bbeee9af8bdf4c98f333c2103d authored by Joost van Griethuysen on 27 September 2018, 12:59:35 UTC, committed by Joost van Griethuysen on 28 September 2018, 10:52:02 UTC
To better reflect computation method, explicitly name the two volume features `MeshVolume` and `VoxelVolume`.
Add documentation specifying the unless otherwise mentioned, features are based on the mesh approximation of the shape.

Only exceptions to this are the `VoxelVolume` and PCA-derived features (`MajorAxisLength`, `MinorAxisLength`,`LeastAxisLength`, `Elongation` and `Flatness`. For these features, it is explicitly stated in the documentation that these do not make use of the mesh approximation, but the segmented voxel(center)s themselves.
1 parent 1642170
Raw File
requirements.txt
numpy>=1.9.2
SimpleITK>=0.9.1
PyWavelets>=0.4.0
pykwalify>=1.6.0
six>=1.10.0
back to top