#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 <pano_py/opencv.h>#include <opencv2/highgui/highgui.hpp>#include "wrappers.h"
Go to the source code of this file.
Namespaces | |
| namespace | pano_py |
Functions | |
| pano_py::BOOST_PYTHON_MODULE (pano_cv) | |
| cv::Mat | pano_py::convertNumpy2Mat (bp::object np) |
| cv::Mat | pano_py::convertObj2Mat (bp::object image) |
| int | pano_py::failmsg (const char *fmt,...) |
| void | pano_py::imwrite_noargs (const std::string &window_name, const cv::Mat &image) |
| PyObject_HEAD IplImage* a |
Definition at line 40 of file opencv.cpp.
| PyObject* data |
Definition at line 41 of file opencv.cpp.
| size_t offset |
Definition at line 42 of file opencv.cpp.
PyObject_HEAD void* ptr [static] |
Definition at line 32 of file opencv.cpp.
| Py_ssize_t size |
Definition at line 33 of file opencv.cpp.