Base filter to apply to the source image.
Namespace:
AForge.Imaging.FiltersAssembly: AForge.Imaging (in AForge.Imaging.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
| C# |
|---|
public IFilter BaseFilter { get; private set; } |
Remarks
The property specifies base filter which is applied to the specified source image (to all pixels which have corresponding none 0 value in mask image/array).
Exceptions
| Exception | Condition |
|---|---|
| System..::.NullReferenceException | Base filter can not be set to null. |
| System..::.ArgumentException | The specified base filter must implement IFilterInformation interface. |
| System..::.ArgumentException | The specified filter must never change pixel format. |