#include "pano_core/Blender.h"
#include "pano_core/ModelFitter.h"
#include "pano_core/panoutils.h"
#include "opencv2/highgui/highgui.hpp"
#include <iomanip>
Go to the source code of this file.
Namespaces | |
namespace | pano |
Functions | |
void | pano::alphaCompose (Mat &rgb1, const Mat &alpha, const Mat &one_minus_alpha, Mat &rgb_dest) |
void | pano::initAlphaMat (const Size &sz, Mat &alpha, int feather_width) |