Interface ImageDataServer<T>

Type Parameters:
T -
All Superinterfaces:
AutoCloseable, ImageServer<T>

public interface ImageDataServer<T> extends ImageServer<T>
An ImageServer that wraps an ImageData. This can be used if the server requires additional information within the ImageData, such as ColorDeconvolutionStains.

Warning: because many properties of the ImageData are mutable, yet ImageServers generally are not (apart from their metadata), this interface should be used sparingly - and only temporarily (e.g. during a single processing operation).

Author:
Pete Bankhead