|
MaskedFilterBaseFilter Property
|
Base filter to apply to the source image.
Namespace:
Accord.Imaging.Filters
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax Exceptions Exception | Condition |
---|
NullReferenceException | Base filter can not be set to null. |
ArgumentException | The specified base filter must implement IFilterInformation interface. |
ArgumentException | The specified filter must never change pixel format. |
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).
Note |
---|
The base filter must never change image's pixel format. For example, if source
image's pixel format is 24 bpp color image, then it must stay the same after the base
filter is applied. |
Note |
---|
The base filter must never change size of the source image. |
See Also