#include <anisotropic.hh>
Inherits image_state::ImageStateModIPAlgorithm< GaussianFilterBase >.
Public Member Functions | |
| AnisotropicFilter (Real sigma=1.0) | |
| template<typename T , class D > | |
| void | VisitState (ImageStateImpl< T, D > &s) |
Protected Member Functions | |
| template<typename T , class D > | |
| void | lineTransformFW (ImageStateImpl< T, D > &s, ExtentIterator &it, std::vector< T > &tmp_avg, std::vector< T > &tmp_min, std::vector< T > &tmp_max) |
| template<typename T , class D > | |
| void | lineTransformBW (ImageStateImpl< T, D > &s, ExtentIterator &it, std::vector< T > &tmp_avg, std::vector< T > &tmp_min, std::vector< T > &tmp_max) |
Definition at line 32 of file anisotropic.hh.
| AnisotropicFilter | ( | Real | sigma = 1.0 |
) |
| void lineTransformBW | ( | ImageStateImpl< T, D > & | s, | |
| ExtentIterator & | it, | |||
| std::vector< T > & | tmp_avg, | |||
| std::vector< T > & | tmp_min, | |||
| std::vector< T > & | tmp_max | |||
| ) | [inline, protected] |
| void lineTransformFW | ( | ImageStateImpl< T, D > & | s, | |
| ExtentIterator & | it, | |||
| std::vector< T > & | tmp_avg, | |||
| std::vector< T > & | tmp_min, | |||
| std::vector< T > & | tmp_max | |||
| ) | [inline, protected] |
| void VisitState | ( | ImageStateImpl< T, D > & | s | ) | [inline] |
1.5.8