ImageGear23.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class : RemoveTilt(ImGearRasterPage,Boolean) Method |
'Declaration Public Shared Sub RemoveTilt( _ ByVal page As ImGearRasterPage, _ ByVal removeMean As Boolean _ )
'Usage Dim page As ImGearRasterPage Dim removeMean As Boolean ImGearRasterProcessing.RemoveTilt(page, removeMean)
public static void RemoveTilt( ImGearRasterPage page, bool removeMean )
public: static void RemoveTilt( ImGearRasterPage* page, bool removeMean )
public: static void RemoveTilt( ImGearRasterPage^ page, bool removeMean )
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.