Crate median [] [src]

An implementation of an efficient O(n) median filter.

Structs

Filter

An implementation of a median filter with linear complexity.

Median

An iterator that applies a median filter on the values of iter.

Traits

MedianFilterable

Trait to indicate what types are usable with the Median struct