#include <fast_gaussian_coefficient.hh>
Collaboration diagram for oln::convol::fast::internal::recursivefilter_coef_< FloatT >:
Public Types | |
enum | FilterType { DericheGaussian, DericheGaussianFirstDerivative, DericheGaussianSecondDerivative } |
Public Member Functions | |
recursivefilter_coef_ (FloatT a0, FloatT a1, FloatT b0, FloatT b1, FloatT c0, FloatT c1, FloatT w0, FloatT w1, ntg::float_d s, FilterType filter_type) | |
Constructor. | |
Public Attributes | |
std::vector< FloatT > | n |
std::vector< FloatT > | d |
std::vector< FloatT > | nm |
std::vector< FloatT > | dm |
FloatT | sumA |
FloatT | sumC |
Definition at line 58 of file fast_gaussian_coefficient.hh.