ImageGear23.Core Assembly > ImageGear.Processing Namespace > ImGearRasterProcessing Class > FilterWithMedian Method : FilterWithMedian(ImGearRasterPage,Int32,Int32,ImGearChannelRange) Method |
'Declaration Public Overloads Shared Sub FilterWithMedian( _ ByVal page As ImGearRasterPage, _ ByVal neighborhoodWidth As Integer, _ ByVal neighborhoodHeight As Integer, _ ByVal channels As ImGearChannelRange _ )
'Usage Dim page As ImGearRasterPage Dim neighborhoodWidth As Integer Dim neighborhoodHeight As Integer Dim channels As ImGearChannelRange ImGearRasterProcessing.FilterWithMedian(page, neighborhoodWidth, neighborhoodHeight, channels)
public static void FilterWithMedian( ImGearRasterPage page, int neighborhoodWidth, int neighborhoodHeight, ImGearChannelRange channels )
public: static void FilterWithMedian( ImGearRasterPage* page, int neighborhoodWidth, int neighborhoodHeight, ImGearChannelRange channels )
public: static void FilterWithMedian( ImGearRasterPage^ page, int neighborhoodWidth, int neighborhoodHeight, ImGearChannelRange channels )
Can be applied only to the raster pages with standard (non Run-Ends) DIB.