alan-turing-institute / pixelflow

BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Adding functionality for spatial data #34

Closed IFenton closed 10 months ago

IFenton commented 12 months ago

Addressing issue #29

IFenton commented 10 months ago

This code also addresses #35. Region props had an option to set pixel size (called spacing), which then returns measurements / areas scaled by that value. The main point of this PR is to extend this feature to 3D data. It also allows the pixel size to be calculated based on the image bbox coordinates.

IFenton commented 10 months ago

@acocac @quantumjot Did you have any thoughts on this, or should I just go ahead a merge it?