'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 )
Parameters
- page
- An ImageGear.Core.ImGearRasterPage class object to process.
- removeMean
- Flag to indicate whether to remove the mean from the de-tilted image, giving it zero-mean statistics.