←Select platform

MedianImage Method

Summary

Changes the color of each pixel in an image to the median color of pixels in its neighborhood. This is similar to AverageImage, but it is used for noise reduction, rather than a blur effect.

Syntax
C#
VB
C++
public void MedianImage( 
   MedianRequest request, 
   RasterImage image 
) 
Public Sub MedianImage( 
   ByVal request As MedianRequest, 
   ByVal image As RasterImage 
) 
public:  
   void MedianImage( 
      MedianRequest^ request, 
      RasterImage^ image 
   ) 

Parameters

request

Request containing the image processing parameters.

image

Image to be processed.

Return Value

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly