| Hugintrunk
    0.1
    | 
A stitcher without seaming, just copies the images over each other. More...
#include <Stitcher.h>

| Public Member Functions | |
| SimpleStitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress) | |
| virtual | ~SimpleStitcher () | 
| template<class ImgIter , class ImgAccessor , class AlphaIter , class AlphaAccessor , class BlendFunctor > | |
| void | stitch (const PanoramaOptions &opts, const UIntSet &imgSet, vigra::triple< ImgIter, ImgIter, ImgAccessor > pano, std::pair< AlphaIter, AlphaAccessor > alpha, SingleImageRemapper< ImageType, AlphaType > &remapper, BlendFunctor &blend) | 
| template<class BlendFunctor > | |
| void | stitch (const PanoramaOptions &opts, const UIntSet &imgSet, const std::string &filename, SingleImageRemapper< ImageType, AlphaType > &remapper, BlendFunctor &blend) | 
|  Public Member Functions inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType > | |
| Stitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress) | |
| create a stitcher for the given panorama  More... | |
| virtual | ~Stitcher () | 
| virtual void | stitch (const PanoramaOptions &opts, const UIntSet &images, const std::string &file, SingleImageRemapper< ImageType, AlphaType > &remapper) | 
| Stitch some images into a panorama file.  More... | |
| void | init (const PanoramaOptions &opts, const UIntSet &images) | 
| virtual UIntSet | getUsedImages () | 
| Public Attributes | |
| vigra::ImageExportInfo::ICCProfile | iccProfile | 
| Private Types | |
| typedef Stitcher< ImageType, AlphaType > | Base | 
| Additional Inherited Members | |
|  Protected Member Functions inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType > | |
| virtual void | calcOutputROIS (const PanoramaOptions &opts, const UIntSet &images) | 
|  Protected Attributes inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType > | |
| const PanoramaData & | m_pano | 
| AppBase::ProgressDisplay * | m_progress | 
| UIntSet | m_images | 
| std::vector< vigra::Rect2D > | m_rois | 
A stitcher without seaming, just copies the images over each other.
Definition at line 837 of file Stitcher.h.
| 
 | private | 
Definition at line 839 of file Stitcher.h.
| 
 | inline | 
Definition at line 841 of file Stitcher.h.
| 
 | inlinevirtual | 
Definition at line 847 of file Stitcher.h.
| 
 | inline | 
Definition at line 854 of file Stitcher.h.
References vigra_ext::ROIImage< Image, Mask >::boundingBox(), HuginBase::Nona::Stitcher< ImageType, AlphaType >::calcOutputROIS(), HuginBase::Nona::SingleImageRemapper< ImageType, AlphaType >::getRemapped(), HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::iccProfile, HuginBase::Nona::RemappedPanoImage< RemapImage, AlphaImage >::m_ICCProfile, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_images, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_pano, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_progress, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_rois, HuginBase::Nona::SingleImageRemapper< ImageType, AlphaType >::release(), AppBase::ProgressDisplay::setMessage(), and AppBase::ProgressDisplay::taskFinished().
Referenced by HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch(), and PreviewPanel::updatePreview().
| 
 | inline | 
Definition at line 899 of file Stitcher.h.
References DEBUG_DEBUG, vigra_ext::destImage(), vigra_ext::destImageRange(), vigra::exportImageAlpha(), hugin_utils::getExtension(), HuginBase::PanoramaOptions::getHeight(), HuginBase::PanoramaOptions::getOutputExtension(), HuginBase::PanoramaOptions::getWidth(), HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::iccProfile, HuginBase::PanoramaOptions::JPEG, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_progress, HuginBase::PanoramaOptions::outputFormat, HuginBase::PanoramaOptions::quality, AppBase::ProgressDisplay::setMessage(), vigra_ext::srcImage(), vigra_ext::srcImageRange(), HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch(), hugin_utils::stripExtension(), hugin_utils::stripPath(), HuginBase::PanoramaOptions::TIFF, and hugin_utils::tolower().
| vigra::ImageExportInfo::ICCProfile HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::iccProfile | 
Definition at line 950 of file Stitcher.h.
Referenced by HuginBase::Nona::SimpleStitcher< ImageType, AlphaType >::stitch(), and PreviewPanel::updatePreview().
 1.8.5
 1.8.5