KitwareMedical / HASI

High-throughput Applications for Skeletal Imaging
Apache License 2.0
6 stars 8 forks source link

ENH: Update mesh_to_image for mesh list input #46

Closed tbirdso closed 3 years ago

tbirdso commented 3 years ago

Update mesh_to_image behavior so that output images occupy common space without clipping any meshes.

Under previous behavior images had to be generated one by one, but if a mesh with a smaller bounding box was passed first then copying image properties for subsequent meshes would result in clipped images.