Changes the color of each pixel in an image to the median color of pixels in its neighborhood. This is similar to the
Average operation, but it is used for noise reduction, rather than a blur effect.
OperationContractAttribute("Median")
FaultContractAttribute(DetailType=Leadtools.Services.Raster.FaultContracts.RasterFault,
Action="",
Name="",
Namespace="",
ProtectionLevel=ProtectionLevel.None,
HasProtectionLevel=)
function Leadtools.Services.ImageProcessing.ServiceContracts.IFiltersProcessingService.Median(
request
)
Parameters
- request
- A System.Runtime.Serialization.DataContractAttribute containing the data that will be used in this Median operation.
Return Value
A
System.Runtime.Serialization.DataContractAttribute containing the modified image resulting from the
Median operation.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2