31 for (
unsigned int i = 0;
i <
panorama.getNrOfImages();
i++)
34 double ix = image.getX();
35 double iy = image.getY();
36 double iz = image.getZ();
40 #define conditional_set(variable, value) \
41 if (image.variable##isLinked())\
44 while (j < i && !image.variable##isLinkedWith(panorama.getImage(j)))\
48 if (j == i) copy.set##variable(value);\
50 copy.set##variable(value);\
#define conditional_set(variable, value)
All variables of a source image.
static void translatePano(PanoramaData &panorama, const double x, const double y, const double z)
mainly consists of wrapper around the pano tools library, to assist in ressource management and to pr...
std::vector< deghosting::BImagePtr > threshold(const std::vector< deghosting::FImagePtr > &inputImages, const double threshold, const uint16_t flags)
Threshold function used for creating alpha masks for images.