'Declaration Public Shared Sub EnhanceLocal( _ ByVal page As ImGearRasterPage, _ ByVal windowWidth As Integer, _ ByVal windowHeight As Integer, _ ByVal scaleFactor As Double, _ ByVal minStandardDeviation As Double _ )
'Usage Dim page As ImGearRasterPage Dim windowWidth As Integer Dim windowHeight As Integer Dim scaleFactor As Double Dim minStandardDeviation As Double ImGearRasterProcessing.EnhanceLocal(page, windowWidth, windowHeight, scaleFactor, minStandardDeviation)
public static void EnhanceLocal( ImGearRasterPage page, int windowWidth, int windowHeight, double scaleFactor, double minStandardDeviation )
public: static void EnhanceLocal( ImGearRasterPage* page, int windowWidth, int windowHeight, double scaleFactor, double minStandardDeviation )
public: static void EnhanceLocal( ImGearRasterPage^ page, int windowWidth, int windowHeight, double scaleFactor, double minStandardDeviation )
Parameters
- page
- An ImageGear.Core.ImGearRasterPage class object to enhance.
- windowWidth
- Width of the local window.
- windowHeight
- Height of the local window.
- scaleFactor
- Scaling factor.
- minStandardDeviation
- Minimum allowed standard deviation.