Package qupath.opencv.ops
Interface ImageDataServer<T>
- Type Parameters:
- T-
- All Superinterfaces:
- AutoCloseable,- 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).
- 
Method SummaryMethods inherited from interface java.lang.AutoCloseablecloseMethods inherited from interface qupath.lib.images.servers.ImageServergetAssociatedImage, getAssociatedImageList, getBuilder, getCachedTile, getChannel, getDefaultThumbnail, getDownsampleForResolution, getHeight, getImageClass, getMetadata, getOriginalMetadata, getPath, getPixelCalibration, getPixelType, getPreferredDownsamples, getServerType, getTileRequestManager, getURIs, getWidth, isEmptyRegion, isRGB, nChannels, nResolutions, nTimepoints, nZSlices, readBufferedImage, readRegion, readRegion, readRegion, setMetadata
- 
Method Details- 
getImageDataGet theImageDatawrapped by theImageDataServer.- Returns:
 
 
-