21 #ifndef mia_3d_filter_hh
22 #define mia_3d_filter_hh
24 #include <boost/any.hpp>
93 class EXPORT_3D C3DFilterPluginHandlerTestPath {
95 C3DFilterPluginHandlerTestPath();
97 C1DSpacialKernelPluginHandlerTestPath spk_path;
120 template <
typename S>
123 std::vector<P3DFilter> filters;
125 for (
typename std::vector<S>::const_iterator i = chain.begin();
126 i != chain.end(); ++i) {
127 cvdebug() <<
"Prepare filter " << *i << std::endl;
130 std::stringstream error;
131 error <<
"Filter " << *i <<
" not found";
132 throw std::invalid_argument(error.str());
134 filters.push_back(
filter);