ImageGear Professional v18.2 > API Reference Guide > Processing Component API Reference > Processing Component Objects > IGProcessingCtl Control > IGProcessingCtl Methods > FindTilt 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.
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.
FindTilt(pPage As IGPage, pSlopeX As Double, pSlopeY As Double,
pPiston As Double);
Name | Description |
---|---|
pPage | IGPage object for which to find tilt. |
pSlopeX | Returns the slope in the X direction of the tilt plane. |
pSlopeY | Returns the slope in the Y direction of the tilt plane. |
pPiston | Returns the piston of the tilt plane. |
None
8, 16, or 32bit grayscale images with one channel
Image Processing and Effects