#include <boost/python.hpp>
#include <numpy/arrayobject.h>
#include <complex>
#include <algorithm>
#include <opencv2/core/core.hpp>
#include <pano_py/opencv.h>
Go to the source code of this file.
Namespaces | |
namespace | pano_py |
Functions | |
bool | pano_py::numpy_to_mat (const PyObject *o, cv::Mat &m, const char *name="<unknown>", bool allowND=true) |