Defines a NoiseFilter effect to process the image. This class cannot be inherited. This filter adds an old-fashioned and grainy look to the image.
public: class NoiseFilter : public BaseColorFilter;
public sealed class NoiseFilter : BaseColorFilter;
Public sealed Class NoiseFilter Inherits BaseColorFilter
"Image noise" is the digital equivalent of film grain for analogue cameras. Some degree of noise is always present in any electronic device that transmits or receives a "signal." For televisions this signal is the broadcast data transmitted over cable or received at the antenna; for digital cameras, the signal is the light which hits the camera sensor.
The difference between color noise and non-color noise is for each pixel data, we apply different random value to each color channel.
IC.PhotoController.Filter.BaseFilter IC.PhotoController.Filter.BaseColorFilter IC.PhotoController.Filter.NoiseFilter
DiffuseFilter.cs
|
Send comments about this topic.
|
|
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.
|