9 #include <aliceVision/types.hpp>
10 #include <aliceVision/image/Image.hpp>
12 #include "cachedImage.hpp"
13 #include "graphcut.hpp"
26 WTASeams(
size_t outputWidth,
size_t outputHeight)
27 : _weights(outputWidth, outputHeight,
true, 0.0f),
28 _labels(outputWidth, outputHeight,
true, UndefinedIndexT),
29 _panoramaWidth(outputWidth),
30 _panoramaHeight(outputHeight)
61 : _outputWidth(outputWidth),
62 _outputHeight(outputHeight),
63 _countLevels(countLevels)
81 std::vector<GraphcutSeams> _graphcuts;