Package | Description |
---|---|
fr.igred.omero.core |
This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes.
|
Modifier and Type | Class and Description |
---|---|
class |
PlaneInfoWrapper |
Modifier and Type | Method and Description |
---|---|
List<PlaneInfo> |
Pixels.getPlanesInfo()
Retrieves the planes information (which need to be
loaded first). |
List<PlaneInfo> |
PixelsWrapper.getPlanesInfo()
Retrieves the planes information (which need to be
loaded first). |
List<PlaneInfo> |
PixelsWrapper.getPlanesInfo()
Retrieves the planes information (which need to be
loaded first). |
List<PlaneInfo> |
Pixels.getPlanesInfo()
Retrieves the planes information (which need to be
loaded first). |
Modifier and Type | Method and Description |
---|---|
static Time |
PlaneInfo.computeMeanExposureTime(Iterable<? extends PlaneInfo> planesInfo,
int channel)
Computes the mean exposure time for a given channel in a PlaneInfo collection.
|
static Time |
PlaneInfo.computeMeanExposureTime(Iterable<? extends PlaneInfo> planesInfo,
int channel)
Computes the mean exposure time for a given channel in a PlaneInfo collection.
|
static Time |
PlaneInfo.computeMeanTimeInterval(Collection<? extends PlaneInfo> planesInfo,
int sizeT)
Computes the mean time interval from the deltaT in a PlaneInfo collection.
|
static Time |
PlaneInfo.computeMeanTimeInterval(Collection<? extends PlaneInfo> planesInfo,
int sizeT)
Computes the mean time interval from the deltaT in a PlaneInfo collection.
|
static Length |
PlaneInfo.getMinPosition(Collection<? extends PlaneInfo> planesInfo,
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(Collection<? extends PlaneInfo> planesInfo,
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(Collection<? extends PlaneInfo> planesInfo,
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(Collection<? extends PlaneInfo> planesInfo,
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.
|
Copyright © 2020–2023 GReD. All rights reserved.