Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
deghosting::HatFunctor< vigra::RGBValue< ComponentType > > Class Template Reference

Functor to apply mexican hat function returns very small values for input near to 0 or 255 specialization for RGBValue. More...

#include <support.h>

Public Member Functions

 HatFunctor ()
 
ComponentType operator() (vigra::RGBValue< ComponentType > v) const
 

Detailed Description

template<class ComponentType>
class deghosting::HatFunctor< vigra::RGBValue< ComponentType > >

Functor to apply mexican hat function returns very small values for input near to 0 or 255 specialization for RGBValue.

Definition at line 90 of file support.h.

Constructor & Destructor Documentation

template<class ComponentType >
deghosting::HatFunctor< vigra::RGBValue< ComponentType > >::HatFunctor ( )
inline

Definition at line 92 of file support.h.

Member Function Documentation

template<class ComponentType >
ComponentType deghosting::HatFunctor< vigra::RGBValue< ComponentType > >::operator() ( vigra::RGBValue< ComponentType >  v) const
inline

Definition at line 94 of file support.h.


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