BoxFilter Class Reference
2D symmetric box filter (unweighted area filtering) More...
#include <BoxFilter.h>
Inheritance diagram for BoxFilter:

Public Member Functions | |
Constructors | |
| BoxFilter (real_t support=2) | |
| virtual | ~BoxFilter () |
Main usage interface | |
| virtual real_t | evaluate (const Vector2 &pt) |
Detailed Description
2D symmetric box filter (unweighted area filtering)
- Date:
- Fall 2008
Definition at line 16 of file BoxFilter.h.
Constructor & Destructor Documentation
| BoxFilter::BoxFilter | ( | real_t | support = 2 |
) | [inline] |
Definition at line 21 of file BoxFilter.h.
| virtual BoxFilter::~BoxFilter | ( | ) | [inline, virtual] |
Definition at line 25 of file BoxFilter.h.
Member Function Documentation
- Returns:
- the value of this filter function evaluated at the given point
Implements KernelFilter.
Definition at line 13 of file BoxFilter.cpp.
The documentation for this class was generated from the following files:
Generated on 28 Feb 2009 for Milton by
1.5.6