Package omero.api
Interface AMD_RawPixelsStore_findMinMax
-
- All Superinterfaces:
Ice.AMDCallback
public interface AMD_RawPixelsStore_findMinMax extends Ice.AMDCallback
Find the minimum and maximum pixel values for the specified channels by iterating over a full plane. In case of multi-z/t images only the 'middle' plane with index maxZ/2, respectively maxT/2 is taken into account. Note: This method can currently only handle non-pyramid images, otherwise an empty map will be returned.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
ice_response(java.util.Map<java.lang.Integer,double[]> __ret)
ice_response indicates that the operation completed successfully.
-