Defines a MeanRemovalFilter effect to process the image. This class cannot be inherited.
public: class MeanRemovalFilter : public BaseFilter;
public sealed class MeanRemovalFilter : BaseFilter;
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.
|