Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
HuginBase::Nona::FileRemapper< ImageType, AlphaType > Class Template Reference

functor to create a remapped image, loads image from disk More...

#include <ImageRemapper.h>

Inheritance diagram for HuginBase::Nona::FileRemapper< ImageType, AlphaType >:
Inheritance graph

Public Types

typedef std::vector< float > LUT
 

Public Member Functions

 FileRemapper ()
 
virtual ~FileRemapper ()
 
void loadImage (const PanoramaOptions &opts, vigra::ImageImportInfo &info, ImageType &srcImg, AlphaType &srcAlpha)
 
virtual RemappedPanoImage
< ImageType, AlphaType > * 
getRemapped (const PanoramaData &pano, const PanoramaOptions &opts, unsigned int imgNr, vigra::Rect2D outputROI, AppBase::ProgressDisplay *progress)
 create a remapped pano image. More...
 
virtual void release (RemappedPanoImage< ImageType, AlphaType > *d)
 
- Public Member Functions inherited from HuginBase::Nona::SingleImageRemapper< ImageType, AlphaType >
 SingleImageRemapper ()
 
virtual ~SingleImageRemapper ()
 
void setAdvancedOptions (const HuginBase::Nona::AdvancedOptions advancedOptions)
 

Protected Attributes

RemappedPanoImage< ImageType,
AlphaType > * 
m_remapped
 
- Protected Attributes inherited from HuginBase::Nona::SingleImageRemapper< ImageType, AlphaType >
HuginBase::Nona::AdvancedOptions m_advancedOptions
 

Detailed Description

template<typename ImageType, typename AlphaType>
class HuginBase::Nona::FileRemapper< ImageType, AlphaType >

functor to create a remapped image, loads image from disk

Definition at line 75 of file ImageRemapper.h.

Member Typedef Documentation

template<typename ImageType, typename AlphaType>
typedef std::vector<float> HuginBase::Nona::FileRemapper< ImageType, AlphaType >::LUT

Definition at line 84 of file ImageRemapper.h.

Constructor & Destructor Documentation

template<typename ImageType, typename AlphaType>
HuginBase::Nona::FileRemapper< ImageType, AlphaType >::FileRemapper ( )
inline
template<typename ImageType, typename AlphaType>
virtual HuginBase::Nona::FileRemapper< ImageType, AlphaType >::~FileRemapper ( )
inlinevirtual

Definition at line 84 of file ImageRemapper.h.

Member Function Documentation

template<typename ImageType , typename AlphaType >
RemappedPanoImage< ImageType, AlphaType > * HuginBase::Nona::FileRemapper< ImageType, AlphaType >::getRemapped ( const PanoramaData pano,
const PanoramaOptions opts,
unsigned int  imgNr,
vigra::Rect2D  outputROI,
AppBase::ProgressDisplay progress 
)
virtual
template<typename ImageType, typename AlphaType>
void HuginBase::Nona::FileRemapper< ImageType, AlphaType >::loadImage ( const PanoramaOptions opts,
vigra::ImageImportInfo &  info,
ImageType srcImg,
AlphaType &  srcAlpha 
)
inline

Definition at line 91 of file ImageRemapper.h.

template<typename ImageType, typename AlphaType>
virtual void HuginBase::Nona::FileRemapper< ImageType, AlphaType >::release ( RemappedPanoImage< ImageType, AlphaType > *  d)
inlinevirtual

Member Data Documentation

template<typename ImageType, typename AlphaType>
RemappedPanoImage<ImageType,AlphaType>* HuginBase::Nona::FileRemapper< ImageType, AlphaType >::m_remapped
protected

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