#include <Filter.hpp>
Inheritance diagram for Filter:
Public Member Functions | |
Filter (const Filter &fi, const Vect3Di ¢erpoint) | |
Filter (const Size3D &size, const Vect3Di ¢erpoint) | |
Filter (int _width, int _height, int _depth, const Vect3Di centerpoint) | |
Filter (const string &fname) | |
Vect3Di | GetCenter () const |
void | SetCenter (const Vect3Di ¢erpoint) |
There are two kinds of filters: separable and not separable. The separable ones are defined as 3 vectors, a center and a size in the class "SeparableFilter". The nonseparable filters are directly inherited from the class "Image3Df". Later on there will be functions for converting between the to filters (as far as possible)
Definition at line 32 of file Filter.hpp.