Namespace > IC.PhotoController.Filter Namespace > Classes > MeanRemovalFilter Class
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
MeanRemovalFilter Class

Defines a MeanRemovalFilter effect to process the image. This class cannot be inherited.

C++
public: class MeanRemovalFilter : public BaseFilter;
C#
public sealed class MeanRemovalFilter : BaseFilter;
Visual Basic
Public sealed Class MeanRemovalFilter
Inherits BaseFilter

MeanRemovalFilter is similar to SharpenFilter, which sharpen each pixel by removing the redundant mean value of the surrounding pixels.

IC.PhotoController.Filter.BaseFilter
    IC.PhotoController.Filter.MeanRemovalFilter

Sharpen.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.