Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ HatFunctor()

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

Definition at line 73 of file support.h.

Member Function Documentation

◆ operator()()

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

Definition at line 75 of file support.h.

References threshold().


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