Package qupath.lib.images.servers.transforms
package qupath.lib.images.servers.transforms
-
ClassDescriptionInterface for normalizing a BufferedImage.Normalizes an image by applying color deconvolution to RGB input, rescaling intensities, and using color 'reconvolution' to generate a new RGB image.Normalizes the pixel values of a BufferedImage by subtracting and offset and multiplying by a scale factor.