ImageGear for Java
addTilt Method
An com.accusoft.imagegear.core.ImGearRasterPage class object to process.
Specifies the slope of the plane in X direction, in units per pixel.
Specifies the slope of the plane in Y direction, in units per pixel.

This method 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.

com.accusoft.imagegear.core.ImGearRasterPage

Adds a specified plane to the input image to correct for a tilt in the image luminance.
Syntax
public static void addTilt( 
   ImGearRasterPage page,
   double slopeX,
   double slopeY
)

Parameters

page
An com.accusoft.imagegear.core.ImGearRasterPage class object to process.
slopeX
Specifies the slope of the plane in X direction, in units per pixel.
slopeY
Specifies the slope of the plane in Y direction, in units per pixel.

This method 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.

com.accusoft.imagegear.core.ImGearRasterPage

See Also

Reference

ImGearRasterProcessing Class
ImGearRasterProcessing Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback