ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class : findTilt Method |
This method computes the least-squares best fit plane for an image. The plane will be given by formula:
f(x, y) = SlopeX * x + SlopeY * y + Piston.
Can be applied only to 8, 16 or 32bit grayscale images with one channel.
public static void findTilt( ImGearRasterPage page, com.accusoft.imagegear.utility.ImGearRefObject<double> slopeX, com.accusoft.imagegear.utility.ImGearRefObject<double> slopeY, com.accusoft.imagegear.utility.ImGearRefObject<double> piston ) |
This method computes the least-squares best fit plane for an image. The plane will be given by formula:
f(x, y) = SlopeX * x + SlopeY * y + Piston.
Can be applied only to 8, 16 or 32bit grayscale images with one channel.