Defines a Wind effect to process the image. This class cannot be inherited. First, according to the user specified threshold, we determine if a pixel can be treated as an edge. If so, we base on the user specified BlowStyle and Strength to to produce a wind trace on the edge. The trace can be thought as a linear function that starts from the specific pixel coordinate.
public: class WindFilter : public BaseFilter;
public sealed class WindFilter : BaseFilter;
Public sealed Class WindFilter Inherits BaseFilter
IC.PhotoController.Filter.BaseFilter IC.PhotoController.Filter.WindFilter
|
Send comments about this topic.
|
|
Copyright (c) 2006-2007 @ ImageComponent.NET All rights reserved.
|