ImageGear Professional for Windows ActiveX
AddTilt Method

Description:

Adds a specified plane to the input image to correct for a tilt in the image luminance. The plane has X and Y zero crossing at the center of the input image with dSlopeX and dSlopeY as specified in the arguments.

This method takes into account the ROI settings of pPage object, that are accessible via the IGPage.ROI property. By default ROI is set to the entire image.

Syntax:

      AddTilt(pPage As IGPage, slopeX As Double, slopeY As Double);

Parameters:

Name Description
pPage IGPage Object to which the tilt is added.
slopeX Specify the slope of the plane in X direction, in units per pixel.
slopeY Specify the slope of the plane in X direction, in units per pixel.

Return Value:

N/A

Bits Per Pixel:

8, 16, or 32bit grayscale images with one channel

Sample:

Image Processing and Effects

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback