#include "module.hpp"
Go to the source code of this file.
Functions | |
| BOOST_PYTHON_MODULE (cv_bridge_boost) | |
| int | CV_MAT_CNWrap (int i) |
| int | CV_MAT_DEPTHWrap (int i) |
| bp::object | cvtColor2Wrap (bp::object obj_in, const std::string &encoding_in, const std::string &encoding_out) |
| bp::object | cvtColorForDisplayWrap (bp::object obj_in, const std::string &encoding_in, const std::string &encoding_out, bool do_dynamic_scaling=false, double min_image_value=0.0, double max_image_value=0.0) |
Variables | |
| PyObject * | mod_opencv |
| BOOST_PYTHON_MODULE | ( | cv_bridge_boost | ) |
Definition at line 87 of file module.cpp.
| int CV_MAT_CNWrap | ( | int | i | ) |
Definition at line 79 of file module.cpp.
| int CV_MAT_DEPTHWrap | ( | int | i | ) |
Definition at line 83 of file module.cpp.
| bp::object cvtColor2Wrap | ( | bp::object | obj_in, |
| const std::string & | encoding_in, | ||
| const std::string & | encoding_out | ||
| ) |
Definition at line 40 of file module.cpp.
| bp::object cvtColorForDisplayWrap | ( | bp::object | obj_in, |
| const std::string & | encoding_in, | ||
| const std::string & | encoding_out, | ||
| bool | do_dynamic_scaling = false, |
||
| double | min_image_value = 0.0, |
||
| double | max_image_value = 0.0 |
||
| ) |
Definition at line 54 of file module.cpp.
| PyObject* mod_opencv |
Definition at line 37 of file module.cpp.