Python Implementation of the CoLlAGe radiomics descriptor. CoLlAGe captures subtle anisotropic differences in disease pathologies by measuring entropy of co-occurrences of voxel-level gradient orientations on imaging computed within a local neighborhood.
BSD 3-Clause "New" or "Revised" License
15
stars
11
forks
source link
Enforce a minimum size of 50x50 for collage region. #93
We've determined that collage region is of little value if the passed in region is under 50x50. Let's add some validation / sanitization and report errors to the user appropriately.
We've determined that collage region is of little value if the passed in region is under 50x50. Let's add some validation / sanitization and report errors to the user appropriately.