VisionCpp  0.0.1
Public Member Functions | List of all members
visioncpp::OP_AniDiff Struct Reference

This functor applies anisotropic diffusion for 3 channels. More...

#include <OP_AniDiff.hpp>

Collaboration diagram for visioncpp::OP_AniDiff:

Public Member Functions

template<typename T >
T::PixelType operator() (T nbr)
 This functor applies a simplified version of the anisotropic diffusion for 3 channels. More...
 

Detailed Description

This functor applies anisotropic diffusion for 3 channels.

Definition at line 49 of file OP_AniDiff.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
T::PixelType visioncpp::OP_AniDiff::operator() ( nbr)
inline

This functor applies a simplified version of the anisotropic diffusion for 3 channels.

Parameters
nbr- An image with three channels
Returns
float - Returns the anisotropic diffusion in 3 channels

Definition at line 55 of file OP_AniDiff.hpp.


The documentation for this struct was generated from the following file: