[ImageJ-devel] [fiji-devel] New methods in CalibratedSpace
Stephan Saalfeld
saalfeld at mpi-cbg.de
Fri Jul 13 02:39:54 CDT 2012
The other way round---no?
ImagePlusImg is a container to use an existing ImagePlus transparently
through ImgLib2, in other words a `non-copying' wrapper into another
library's data. ImgPlus is a construct that mimics ImageJ's ImagePlus
in a sense that it combines any Img (ImageProcessor/ImageStack in ImageJ
speak) with rudimentary though useful meta-data such as a name and
linear calibration factors. ImgPlus is most useful in the context of
ImageJ2 where exactly that meta-data is needed.
Best,
Stephan
On Fri, 2012-07-13 at 09:37 +0200, Jean-Yves Tinevez wrote:
> On 13 juil. 2012, at 09:20, Stephan Saalfeld wrote:
>
> > Hi,
> >
> > I would not change the way ImgPlusImg and ImgPlus are designed right now
> > and not mix them. Keep in mind that ImgPlusImg can return the ImagePlus
> > by which you have access to Calibration and all the other ImageJ
> > metadata.
> >
> > I support adding a method wrapImgPlus or wrapToImgPlus (for better
> > grammar).
>
> I understand your points. ImgPlus is sexy and is adequate.
>
> But then, what of ImagePlusImg? What would be its purpose? Johannes, thou who bore it, what is the purpose of thy infant?
>
> Best
> jy
More information about the ImageJ-devel
mailing list