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< PixelType > Class Template Reference

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

#include <support.h>

Public Member Functions

 HatFunctor ()
 
PixelType operator() (PixelType v) const
 

Detailed Description

template<class PixelType>
class deghosting::HatFunctor< PixelType >

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

Definition at line 71 of file support.h.

Constructor & Destructor Documentation

template<class PixelType >
deghosting::HatFunctor< PixelType >::HatFunctor ( )
inline

Definition at line 73 of file support.h.

Member Function Documentation

template<class PixelType >
PixelType deghosting::HatFunctor< PixelType >::operator() ( PixelType  v) const
inline

Definition at line 75 of file support.h.


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