ImageGear Professional for Windows ActiveX
Normalize Method

Description:

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.

Syntax:

      Normalize(Min As Long)

Parameters:

Name Description
Min Specifies the minimum pixel value for the resulting image.

Return Value:

N/A

Bits Per Pixel:

9..16g

Sample:

Med

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback