This library provides a standardized interface for processing data as a sequence of filters. This package contains a base class upon which to build specific implementations as well as an interface which dynamically loads filters based on runtime parameters. This package is still relatively young. New features are expected in coming releases see the common stack roadmap for more information. However any change will have long term backwards compatability.
Classes of Interest for using filters: filters::FilterChain filters::MultiChannelFilterChain
Classes of Interest for writing a filter: filters::FilterBase filters::MultiChannelFilterBase