|
Hugintrunk
0.1
|
functor to scale image on the fly during other operations More...
Public Types | |
| typedef T | result_type |
Public Member Functions | |
| ScaleFunctor (double scale) | |
| T | operator() (const T &a) const |
| template<class T2 > | |
| T2 | operator() (const T2 &a, const hugin_utils::FDiff2D &p) const |
| template<class T2 , class A > | |
| A | hdrWeight (T2 v, A a) const |
Private Attributes | |
| double | m_scale |
functor to scale image on the fly during other operations
Definition at line 147 of file PanoDetectorLogic.cpp.
| typedef T ScaleFunctor< T >::result_type |
Definition at line 149 of file PanoDetectorLogic.cpp.
|
inlineexplicit |
Definition at line 150 of file PanoDetectorLogic.cpp.
References ScaleFunctor< T >::m_scale.
|
inline |
Definition at line 164 of file PanoDetectorLogic.cpp.
|
inline |
Definition at line 152 of file PanoDetectorLogic.cpp.
References ScaleFunctor< T >::m_scale.
|
inline |
Definition at line 158 of file PanoDetectorLogic.cpp.
References ScaleFunctor< T >::m_scale.
|
private |
Definition at line 170 of file PanoDetectorLogic.cpp.
Referenced by ScaleFunctor< T >::operator()(), and ScaleFunctor< T >::ScaleFunctor().
1.8.5