#include <pano_py/pano_py.h>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/core/core.hpp>
#include <pano_core/pano_core.h>
#include <pano_py/opencv.h>
Go to the source code of this file.
Namespaces | |
namespace | pano_py |
Functions | |
bool | pano_py::stitch (Options opts, StitchProgressCallable *callback) |
void | pano_py::wrap_stitch () |
Ptr<cv::AdjusterAdapter> adapter |
Definition at line 73 of file stitch.cpp.
Definition at line 80 of file stitch.cpp.
Definition at line 47 of file stitch.cpp.
Definition at line 76 of file stitch.cpp.
vector<Mat> descriptors |
Definition at line 81 of file stitch.cpp.
Ptr<FeatureDetector> detector |
Definition at line 74 of file stitch.cpp.
Ptr<ModelFitter> fitter |
Definition at line 78 of file stitch.cpp.
Definition at line 79 of file stitch.cpp.
int* i |
Definition at line 44 of file stitch.cpp.
int idx |
Definition at line 83 of file stitch.cpp.
Definition at line 82 of file stitch.cpp.
int offset |
Definition at line 46 of file stitch.cpp.
Options opts |
Definition at line 72 of file stitch.cpp.
Definition at line 75 of file stitch.cpp.
bp::object py_obj_ |
Definition at line 39 of file stitch.cpp.
Definition at line 77 of file stitch.cpp.
int total |
Definition at line 45 of file stitch.cpp.