Wrapper for Img
More...
#include <python/BoostPythonWrapper.h>
#include <boost/python/numeric.hpp>
#include <image/Img.h>
#include <numpy/ndarrayobject.h>
Go to the source code of this file.
|
| static int | getNumpyDtype (int cvDtype) |
| | Return numerical numpy dtype identifier corresponding to a numerical dtype from OpenCV. More...
|
| |
| static int | getCvDtype (int numpyDtype) |
| |
Wrapper for Img
- Author
- Robert Arenknecht
- Date
- 2020/16/01
◆ BOOST_HAS_NUMPY_API
| #define BOOST_HAS_NUMPY_API (BOOST_VERSION >= 106300) |
◆ NPY_NO_DEPRECATED_API
| #define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |