Uses of Interface
fr.igred.omero.core.PlaneInfo
-
Packages that use PlaneInfo Package Description fr.igred.omero.core This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes. -
-
Uses of PlaneInfo in fr.igred.omero.core
Classes in fr.igred.omero.core that implement PlaneInfo Modifier and Type Class Description class
PlaneInfoWrapper
Methods in fr.igred.omero.core that return types with arguments of type PlaneInfo Modifier and Type Method Description java.util.List<PlaneInfo>
Pixels. getPlanesInfo()
Retrieves the planes information (which need to beloaded
first).java.util.List<PlaneInfo>
PixelsWrapper. getPlanesInfo()
Retrieves the planes information (which need to beloaded
first).Method parameters in fr.igred.omero.core with type arguments of type PlaneInfo Modifier and Type Method Description static Time
PlaneInfo. computeMeanExposureTime(java.lang.Iterable<? extends PlaneInfo> planesInfo, int channel)
Computes the mean exposure time for a given channel in a PlaneInfo collection.static Time
PlaneInfo. computeMeanTimeInterval(java.util.Collection<? extends PlaneInfo> planesInfo, int sizeT)
Computes the mean time interval from the deltaT in a PlaneInfo collection.static Length
PlaneInfo. getMinPosition(java.util.Collection<? extends PlaneInfo> planesInfo, java.util.function.Function<? super PlaneInfo,? extends Length> getter, ome.units.unit.Unit<ome.units.quantity.Length> unit)
Retrieves the min value for the specified getter in a PlaneInfo collection.static Length
PlaneInfo. getMinPosition(java.util.Collection<? extends PlaneInfo> planesInfo, java.util.function.Function<? super PlaneInfo,? extends Length> getter, ome.units.unit.Unit<ome.units.quantity.Length> unit)
Retrieves the min value for the specified getter in a PlaneInfo collection.
-