imagej / imagej-ops

ImageJ Ops: "Write once, run anywhere" image processing
https://imagej.net/libs/imagej-ops
BSD 2-Clause "Simplified" License
88 stars 42 forks source link

Ops for CalibratedSpace #381

Open stelfrich opened 8 years ago

stelfrich commented 8 years ago

There is no convenient way to compute statistics using e.g. Ops.Geometric.Size for CalibratedSpace.

Should Ops that compute stats for calibrated data be added on a per case basis for now? Does it even make sense to approach this issue before the data model has undergone the announced re-structuring?

ctrueden commented 8 years ago

Yeah, @rimadoma ran into this same issue when trying to port some BoneJ1 functionality to Ops. But I think we need to wait for the redesign of ImgPlus so that we don't waste a lot of effort. Hopefully this fall we can push on it—at minimum, we can make a plan during the summer Konstanz hackathon.

rimadoma commented 8 years ago

Well I've started writing some small utility functions for AnnotatedSpace / CalibratedAxis, but that's about it