ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearRasterProcessing Class : removeTilt Method |
This method is very handy for correcting illumination gradients in a poorly digitized image.
If removeMean
argument is set to true, then global mean is removed from the image as well.
Can be applied only to 8, 16 or 32-bpp grayscale images with one channel.
public static void removeTilt( ImGearRasterPage page, boolean removeMean ) |
This method is very handy for correcting illumination gradients in a poorly digitized image.
If removeMean
argument is set to true, then global mean is removed from the image as well.
Can be applied only to 8, 16 or 32-bpp grayscale images with one channel.