Hugintrunk
0.1
|
#include <Stitcher.h>
Public Types | |
typedef Stitcher< ImageType, AlphaType > | Base |
Public Member Functions | |
WeightedStitcher (const PanoramaData &pano, AppBase::ProgressDisplay *progress) | |
virtual | ~WeightedStitcher () |
void | stitch (const PanoramaOptions &opts, const UIntSet &imgSet, const std::string &filename, ImageType &panoImage, AlphaType &alpha, SingleImageRemapper< ImageType, AlphaType > &remapper, const AdvancedOptions &advOptions) |
void | stitch (const PanoramaOptions &opts, const UIntSet &imgSet, const std::string &filename, SingleImageRemapper< ImageType, AlphaType > &remapper, const AdvancedOptions &advOptions) |
vigra::Rect2D | GetPanoROI () const |
vigra::ImageImportInfo::ICCProfile | GetICCProfile () const |
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 () |
Protected Attributes | |
vigra::ImageImportInfo::ICCProfile | iccProfile |
vigra::Rect2D | m_panoROI |
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) |
Definition at line 460 of file Stitcher.h.
typedef Stitcher<ImageType, AlphaType> HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::Base |
Definition at line 464 of file Stitcher.h.
|
inline |
Definition at line 465 of file Stitcher.h.
|
inlinevirtual |
Definition at line 471 of file Stitcher.h.
|
inline |
Definition at line 625 of file Stitcher.h.
References HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::iccProfile.
Referenced by GenerateThumbnail().
|
inline |
Definition at line 621 of file Stitcher.h.
References HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::m_panoROI.
Referenced by GenerateThumbnail().
|
inline |
Definition at line 473 of file Stitcher.h.
References vigra_ext::ROIImage< Image, Mask >::boundingBox(), HuginBase::PanoramaOptions::colorReferenceImage, DEBUG_DEBUG, DEBUG_ERROR, HuginBase::Nona::GetAdvancedOption(), HuginBase::getEstimatedBlendingOrder(), HuginBase::PanoramaOptions::getHFOV(), HuginBase::PanoramaData::getImage(), HuginBase::Nona::SingleImageRemapper< ImageType, AlphaType >::getRemapped(), HuginBase::PanoramaOptions::getROI(), HuginBase::PanoramaOptions::getWidth(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::iccProfile, HuginBase::Nona::RemappedPanoImage< RemapImage, AlphaImage >::m_ICCProfile, vigra_ext::ROIImage< Image, Mask >::m_image, vigra_ext::ROIImage< Image, Mask >::m_mask, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_pano, HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::m_panoROI, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_progress, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_rois, HuginBase::PanoramaOptions::outputExposureValue, HuginBase::PanoramaOptions::outputFormat, HuginBase::PanoramaOptions::outputRangeCompression, HuginBase::Nona::SingleImageRemapper< ImageType, AlphaType >::release(), HuginBase::Nona::detail::saveRemapped(), AppBase::ProgressDisplay::setMessage(), hugin_utils::stripPath(), HuginBase::PanoramaOptions::TIFF_m, and HuginBase::PanoramaOptions::tiff_saveROI.
Referenced by GenerateThumbnail(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch(), and HuginBase::Nona::stitchPanoIntern().
|
inline |
Definition at line 548 of file Stitcher.h.
References vigra_ext::ConvertTo8Bit(), DEBUG_DEBUG, vigra::exportImageAlpha(), HuginBase::Nona::GetAdvancedOption(), hugin_utils::getExtension(), HuginBase::PanoramaOptions::getHeight(), HuginBase::PanoramaOptions::getOutputExtension(), HuginBase::PanoramaOptions::getWidth(), HuginBase::PanoramaOptions::HDR, HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::iccProfile, HuginBase::PanoramaOptions::JPEG, HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::m_panoROI, HuginBase::Nona::Stitcher< ImageType, AlphaType >::m_progress, HuginBase::PanoramaOptions::outputFormat, HuginBase::PanoramaOptions::outputPixelType, HuginBase::PanoramaOptions::quality, AppBase::ProgressDisplay::setMessage(), vigra_ext::srcImage(), vigra_ext::srcImageRange(), HuginBase::Nona::Stitcher< ImageType, AlphaType >::stitch(), HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch(), hugin_utils::stripExtension(), hugin_utils::stripPath(), HuginBase::PanoramaOptions::TIFF, HuginBase::PanoramaOptions::tiffCompression, and hugin_utils::tolower().
|
protected |
Definition at line 628 of file Stitcher.h.
Referenced by HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::GetICCProfile(), and HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch().
|
protected |
Definition at line 631 of file Stitcher.h.
Referenced by HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::GetPanoROI(), and HuginBase::Nona::WeightedStitcher< ImageType, AlphaType >::stitch().