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 classPlaneInfoWrapperMethods 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 beloadedfirst).java.util.List<PlaneInfo>PixelsWrapper. getPlanesInfo()Retrieves the planes information (which need to beloadedfirst).Method parameters in fr.igred.omero.core with type arguments of type PlaneInfo Modifier and Type Method Description static TimePlaneInfo. computeMeanExposureTime(java.lang.Iterable<? extends PlaneInfo> planesInfo, int channel)Computes the mean exposure time for a given channel in a PlaneInfo collection.static TimePlaneInfo. computeMeanTimeInterval(java.util.Collection<? extends PlaneInfo> planesInfo, int sizeT)Computes the mean time interval from the deltaT in a PlaneInfo collection.static LengthPlaneInfo. 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 LengthPlaneInfo. 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.
-