VisionCpp
0.0.1
|
This functor applies anisotropic diffusion for one channel. More...
#include <OP_AniDiff.hpp>
Public Member Functions | |
template<typename T > | |
float | operator() (T nbr) |
This functor applies a simplified version of the anisotropic diffusion for one channel. More... | |
This functor applies anisotropic diffusion for one channel.
Definition at line 25 of file OP_AniDiff.hpp.
|
inline |
This functor applies a simplified version of the anisotropic diffusion for one channel.
nbr | - An image with one channel |
Definition at line 31 of file OP_AniDiff.hpp.