Hugintrunk
0.1
|
blend images, by simply stacking them, without soft blending or boundary calculation More...
#include <Stitcher.h>
Public Member Functions | |
template<typename ImageType , typename AlphaType , typename PanoIter , typename PanoAccessor , typename AlphaIter , typename AlphaAccessor > | |
void | operator() (RemappedPanoImage< ImageType, AlphaType > &img, vigra::triple< PanoIter, PanoIter, PanoAccessor > pano, std::pair< AlphaIter, AlphaAccessor > alpha, const vigra::Rect2D &panoROI) |
blend img into pano , using alpha mask and panoROI More... | |
blend images, by simply stacking them, without soft blending or boundary calculation
Definition at line 956 of file Stitcher.h.
|
inline |
blend img
into pano
, using alpha
mask and panoROI
updates pano
, alpha
and panoROI
Definition at line 967 of file Stitcher.h.
References vigra_ext::applyRect(), vigra_ext::ROIImage< Image, Mask >::boundingBox(), vigra::omp::copyImageIf(), DEBUG_DEBUG, vigra_ext::srcImageRange(), vigra_ext::srcMask(), and vigra_ext::srcMaskRange().