#include <boost/python.hpp>
#include <boost/python/stl_iterator.hpp>
#include <iostream>
#include <string>
#include <vector>
#include <list>
#include <iterator>
#include <boost/foreach.hpp>
#include <pano_core/pano_core.h>
#include <opencv2/core/core.hpp>
#include <opencv2/legacy/legacy.hpp>
Go to the source code of this file.
Classes | |
class | pano_py::Options |
class | pano_py::StitchProgressCallable |
Namespaces | |
namespace | pano_py |
Functions | |
template<typename T > | |
void | pano_py::container_assign (T &l, bp::object o) |
template<typename T > | |
bp::object | pano_py::container_get (const T &l) |
bool | pano_py::stitch (Options opts, StitchProgressCallable *callback) |
void | pano_py::wrap_BlurDetector () |
void | pano_py::wrap_Camera () |
void | pano_py::wrap_glob () |
void | pano_py::wrap_Options () |
void | pano_py::wrap_stitch () |
void | pano_py::wrap_SVDRSolverParams () |