Click or drag to resize
Accord.NET (logo)

TexturedFilterFilter2 Property

Second filter

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public IFilter Filter2 { get; set; }
Request Example View Source

Property Value

Type: IFilter
Exceptions
ExceptionCondition
UnsupportedImageFormatExceptionThe specified filter does not support 24 bpp color images.
UnsupportedImageFormatExceptionThe specified filter does not produce image of supported format.
ArgumentExceptionThe specified filter does not implement IFilterInformation interface.
Remarks

Filter, which is used to produce second image for the merge. The filter needs to implement IFilterInformation interface, so it could be possible to get information about the filter. The filter must be able to process color 24 bpp images and produce color 24 bpp or grayscale 8 bppp images as result.

Note Note
The filter may be set to . In this case original source image is used as a second image for the merge.

See Also