#include <python/ImageWrapper.h>
|
| static void | setMat (ImgType &image, const boost::python::numeric::array &arr) |
| | Set image matrix from numpy.ndarray. More...
|
| |
| static boost::python::object | getMat (const mira::Img< TPixel, TChannels > &image) |
| | Get image matrix as numpy.ndarray. More...
|
| |
| static cv::Mat | arrayToMat (const boost::python::numeric::array &arr) |
| |
◆ ImgType
◆ setMat()
| static void setMat |
( |
ImgType & |
image, |
|
|
const boost::python::numeric::array & |
arr |
|
) |
| |
|
inlinestatic |
Set image matrix from numpy.ndarray.
- Parameters
-
◆ getMat()
| static boost::python::object getMat |
( |
const mira::Img< TPixel, TChannels > & |
image | ) |
|
|
inlinestaticinherited |
Get image matrix as numpy.ndarray.
- Parameters
-
◆ arrayToMat()
| static cv::Mat arrayToMat |
( |
const boost::python::numeric::array & |
arr | ) |
|
|
inlinestaticinherited |
The documentation for this struct was generated from the following file: