Defines a ZoomBlurFilter to process the image. This class cannot be inherited. This filter will blur the image from the specified centre point. The basic idea is to calcuate the distance from each point to the centre point, and according to the distance, get the mean of those corresponding surrounding pixels, hence cause a blur effect.
public: class ZoomBlurFilter : public BaseFilter;
public sealed class ZoomBlurFilter : BaseFilter;
Public sealed Class ZoomBlurFilter Inherits BaseFilter
IC.PhotoController.Filter.BaseFilter IC.PhotoController.Filter.ZoomBlurFilter
|
Send comments about this topic.
|
|
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.
|