radxtools / collageradiomics

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

Closed nathanhillyer closed 3 years ago

nathanhillyer commented 3 years ago

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.

nathanhillyer commented 3 years ago

Link #89