ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > RemoveTilt Method |
Computes the best-fit plane for an image, and then subtracts that plane from the image to produce the output. This 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.
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.
RemoveTilt(pPage As IGPage, removeMean As Boolean);
Name | Description |
---|---|
pPage | IGPage Object to remove tilt. |
removeMean | Remove the mean from the detilted image, giving it zero-mean statistics. |
N/A
8, 16, or 32bit grayscale images with one channel
Image Processing and Effects