#include <iterator>
#include <ImLib3D/Image3Dlinear.hpp>
#include <algorithm>
Include dependency graph for Filter.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
template<class RealType> | |
void | BinomialFilterMask (uint order, vector< RealType > &filtermask) |
Creates a binomial filter mask of order r. See Bernd Jaehne p.372 (Practical Handbook on Image Processing for scientific applications) for theory on binomial filters. The elements of the filter follow the Pascal's triangle. The binomial distribution approximates the Gaussian and the relation between order and sigma is: sigma*sigma=order/4. | |
ostream & | operator<< (ostream &s, SeparableFilter &filt) |
Definition in file Filter.hpp.