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

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.
 
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

◆ LUT

Definition at line 86 of file ImageRemapper.h.

Constructor & Destructor Documentation

◆ FileRemapper()

◆ ~FileRemapper()

Definition at line 84 of file ImageRemapper.h.

Member Function Documentation

◆ getRemapped()

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

◆ loadImage()

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.

◆ release()

Member Data Documentation

◆ m_remapped


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