ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedProcessing Object > IGMedProcessing Methods > Normalize Method |
Converts the pixel data of a 16-bit image from signed to unsigned. If you use it for this reason, set Min to 0. It can also be used to convert the minimum pixel value for the image. To do this, set Min to greater than 0. This method works by first searching the image for the minimum pixel value. It maps this value to Min. Then, all pixel values are linearly adjusted to maintain the original contrast. If Min is equal to the minimum pixel value in the image, then no change is made. The resulting image remains 16-bits.
Normalize(Min As Long)
Name | Description |
---|---|
Min | Specifies the minimum pixel value for the resulting image. |
N/A
9..16g
Med