alan-turing-institute / pixelflow

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

Summary functions #41

Open IFenton opened 10 months ago

IFenton commented 10 months ago

Pixelflow currently calculates individual values across a number of objects in an image. These can be summarised as a count, or the sum of a value for the whole image. It would be good to extend these summaries to include a broader range of functions (e.g. mean, variance) as well as custom functions, to represent the characteristics of the whole image.

Next steps for this:

IFenton commented 10 months ago

I'm working on creating this function in IFenton-41-SummaryFunction