You are here: Start » AVL.NET » Image Enhancement

Image Enhancement

Icon Name Description
AutoAdjustColors Adjusts image colors by stretching each channel separately.
EqualizeImageHistogram Maps image pixels to new values to achieve uniform distribution of intensities in the range (0, 255).
InpaintImage Speculative setting of unknown (or unwanted) pixels. Usually used for preparing incomplete images for further processing.
NormalizeImage Rescales an image linearly, so that its minimum becomes inNewMinimum and the maximum of the remaining pixels becomes inNewMaximum.
NormalizeLocalBrightness_Gauss Normalizes local brightness of the image.
NormalizeLocalBrightness_Mean Normalizes local brightness of the image.
NormalizeLocalContrast Normalizes local contrast of the image using Wallis filter.
SharpenImage Use this filter only to improve human perception, not to preprocess an image for analysis.