3 #ifndef VISR_APPS_MATRIX_CONVOLVER_INIT_FILTER_MATRIX_HPP_INCLUDED 4 #define VISR_APPS_MATRIX_CONVOLVER_INIT_FILTER_MATRIX_HPP_INCLUDED 14 template<
typename DataType >
24 namespace matrix_convolver
42 template<
typename DataType >
44 std::size_t maxFilterLength,
45 std::size_t maxFilterEntries,
53 #endif // #ifndef VISR_APPS_MATRIX_CONVOLVER_INIT_FILTER_MATRIX_HPP_INCLUDED Definition: index_sequence.hpp:22
Definition: options.cpp:10
void initFilterMatrix(std::string const &filterList, std::size_t maxFilterLength, std::size_t maxFilterEntries, rbbl::IndexSequence const &indexOffsets, efl::BasicMatrix< DataType > &matrix)
Definition: init_filter_matrix.cpp:52
Definition: init_filter_matrix.hpp:15