Go to the source code of this file.
Data Structures | |
class | TFilterChain< Handler > |
create and use a chain of filters More... | |
Functions | |
template<typename PData , typename... Filters> | |
PData | run_filters (PData image, Filters... filters) |
run a chain of filters on an input image More... | |