Classes | |
class | Options |
class | StitchProgressCallable |
Functions | |
BOOST_PYTHON_MODULE (pano_py) | |
BOOST_PYTHON_MODULE (pano_cv) | |
template<typename T > | |
void | container_assign (T &l, bp::object o) |
template<typename T > | |
bp::object | container_get (const T &l) |
cv::Mat | convertNumpy2Mat (boost::python::object np) |
cv::Mat | convertNumpy2Mat (bp::object np) |
cv::Mat | convertObj2Mat (boost::python::object image) |
takes a cv.cvmat or cv.iplimage from the opencv wrappings and turns it into a cv::Mat for convenient use. | |
cv::Mat | convertObj2Mat (bp::object image) |
int | failmsg (const char *fmt,...) |
void | imwrite_noargs (const std::string &window_name, const cv::Mat &image) |
bool | numpy_to_mat (const PyObject *o, cv::Mat &m, const char *name="<unknown>", bool allowND=true) |
bool | stitch (Options opts, StitchProgressCallable *callback) |
void | wrap_BlurDetector () |
void | wrap_Camera () |
void | wrap_glob () |
void | wrap_Options () |
void | wrap_stitch () |
void | wrap_SVDRSolverParams () |
void | wrapMat () |
void | wrapPoints () |
void | wrapSize () |
pano_py::BOOST_PYTHON_MODULE | ( | pano_py | ) |
Definition at line 15 of file pano_py.cpp.
pano_py::BOOST_PYTHON_MODULE | ( | pano_cv | ) |
Definition at line 141 of file opencv.cpp.
void pano_py::container_assign | ( | T & | l, |
bp::object | o | ||
) |
bp::object pano_py::container_get | ( | const T & | l | ) |
cv::Mat pano_py::convertNumpy2Mat | ( | boost::python::object | np | ) |
cv::Mat pano_py::convertNumpy2Mat | ( | bp::object | np | ) |
Definition at line 130 of file opencv.cpp.
cv::Mat pano_py::convertObj2Mat | ( | boost::python::object | image | ) |
takes a cv.cvmat or cv.iplimage from the opencv wrappings and turns it into a cv::Mat for convenient use.
cv::Mat pano_py::convertObj2Mat | ( | bp::object | image | ) |
Definition at line 121 of file opencv.cpp.
int pano_py::failmsg | ( | const char * | fmt, |
... | |||
) |
Definition at line 108 of file opencv.cpp.
void pano_py::imwrite_noargs | ( | const std::string & | window_name, |
const cv::Mat & | image | ||
) |
Definition at line 137 of file opencv.cpp.
bool pano_py::numpy_to_mat | ( | const PyObject * | o, |
cv::Mat & | m, | ||
const char * | name = "<unknown>" , |
||
bool | allowND = true |
||
) |
Definition at line 79 of file numpy_to_mat.cpp.
bool pano_py::stitch | ( | Options | opts, |
StitchProgressCallable * | callback | ||
) |
Definition at line 138 of file stitch.cpp.
void pano_py::wrap_BlurDetector | ( | ) |
Definition at line 21 of file wrap_BlurDetector.cpp.
void pano_py::wrap_Camera | ( | ) |
Definition at line 15 of file wrap_Camera.cpp.
void pano_py::wrap_glob | ( | ) |
Definition at line 21 of file wrap_glob.cpp.
void pano_py::wrap_Options | ( | ) |
Definition at line 12 of file wrap_Options.cpp.
void pano_py::wrap_stitch | ( | ) |
Definition at line 189 of file stitch.cpp.
void pano_py::wrap_SVDRSolverParams | ( | ) |
Definition at line 12 of file wrap_SVDSolverParams.cpp.
void pano_py::wrapMat | ( | ) | [static] |
void pano_py::wrapPoints | ( | ) |
void pano_py::wrapSize | ( | ) |