|
Hugin trunk 0.1
|
stitch multilayer More...
#include <Stitcher.h>

Public Types | |
| typedef MultiImageRemapper< ImageType, AlphaImageType > | Base |
Public Types inherited from HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType > | |
| typedef Stitcher< ImageType, AlphaImageType > | Base |
Protected Attributes | |
| vigra::TiffImage * | m_tiff |
Protected Attributes inherited from HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType > | |
| std::string | m_basename |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from HuginBase::Nona::Stitcher< ImageType, AlphaType > | |
| virtual void | calcOutputROIS (const PanoramaOptions &opts, const UIntSet &images) |
stitch multilayer
Definition at line 399 of file Stitcher.h.
| typedef MultiImageRemapper<ImageType, AlphaImageType> HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >::Base |
Definition at line 403 of file Stitcher.h.
|
inline |
Definition at line 404 of file Stitcher.h.
|
inlinevirtual |
Definition at line 410 of file Stitcher.h.
|
inlinevirtual |
close the tiff file
Reimplemented from HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >.
Definition at line 447 of file Stitcher.h.
References HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::m_basename, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_progress, HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >::m_tiff, AppBase::ProgressDisplay::setMessage(), hugin_utils::stripPath(), AppBase::ProgressDisplay::taskFinished(), and threshold().
|
inlinevirtual |
prepare the output file (setup file structures etc.)
Reimplemented from HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >.
Definition at line 414 of file Stitcher.h.
References DEBUG_ASSERT, DEBUG_DEBUG, HuginBase::Nona::GetAdvancedOption(), HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::m_basename, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_progress, HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >::m_tiff, AppBase::ProgressDisplay::setMessage(), and threshold().
|
inlinevirtual |
save the remapped image in a partial tiff layer
Reimplemented from HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >.
Definition at line 424 of file Stitcher.h.
References vigra_ext::createAlphaTiffImage(), vigra_ext::createTiffDirectory(), DEBUG_DEBUG, HuginBase::PanoramaOptions::getROI(), HuginBase::Nona::MultiImageRemapper< ImageType, AlphaImageType >::m_basename, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_pano, HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >::m_tiff, threshold(), and HuginBase::PanoramaOptions::tiffCompression.
|
protected |
Definition at line 456 of file Stitcher.h.
Referenced by HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >::finalizeOutputFile(), HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >::prepareOutputFile(), and HuginBase::Nona::TiffMultiLayerRemapper< ImageType, AlphaImageType >::saveRemapped().