Defines a LinearBlurFilter to process image. This class cannot be inherited. This filter will blur the image with a specified length and angle.
public: class LinearBlurFilter : public BaseFilter;
public sealed class LinearBlurFilter : BaseFilter;
Public sealed Class LinearBlurFilter Inherits BaseFilter
The basic idea of this filter is similar to DeepBlurFilter, instead of reading the surrounded pixels, it calculates a series of pixels by using the given the length and angle.
IC.PhotoController.Filter.BaseFilter IC.PhotoController.Filter.LinearBlurFilter
|
Send comments about this topic.
|
|
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.
|