Click or drag to resize
Accord.NET (logo)

FiltersSequenceItem Property

Get filter at the specified index.

Namespace:  Accord.Imaging.Filters
Assembly:  Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax
public IFilter this[
	int index
] { get; }
Request Example View Source

Parameters

index
Type: SystemInt32
Index of filter to get.

Return Value

Type: IFilter
Returns filter at specified index.
See Also