Go to the source code of this file.
|
| HuginBase |
| mainly consists of wrapper around the pano tools library, to assist in ressource management and to provide a nicer interface.
|
|
| HuginBase::Nona |
|
|
template<class FFType , class SrcIter , class SrcAccessor , class DestIter , class DestAccessor > |
void | HuginBase::Nona::applyFlatfield (vigra::triple< SrcIter, SrcIter, SrcAccessor > srcImg, vigra::pair< DestIter, DestAccessor > destImg, vigra::ImageImportInfo &ffInfo, double gamma, double gammaMaxVal, bool division, typename vigra::NumericTraits< typename SrcAccessor::value_type >::RealPromote a, typename vigra::NumericTraits< typename SrcAccessor::value_type >::RealPromote b, bool dither) |
| load a flatfield image and apply the correction More...
|
|