Namespace > IC.PhotoController.Filter Namespace > Classes > NoiseFilter Class
PhotoController 2.2
ContentsIndexHome
PreviousUpNext
NoiseFilter Class

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.

C++
public: class NoiseFilter : public BaseColorFilter;
C#
public sealed class NoiseFilter : BaseColorFilter;
Visual Basic
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.

DiffuseFilter.cs

Send comments about this topic.
Copyright (c) 2008-2009 @ ImageComponent.NET. All rights reserved.