#include <Python.h>
#include <numpy/arrayobject.h>
#include <sstream>
#include <string>
#include <cvd/image.h>
#include <cvd/image_io.h>
#include <cvd/convolution.h>
#include "types.h"
Go to the source code of this file.
Namespaces | |
namespace | PyCVD |
Functions | |
template<class T > | |
CVD::BasicImage< T > | PyCVD::allocateNumpyCVDImageSiblings (int width, int height, PyArrayObject **numpy) |
template<class T > | |
PyArrayObject * | PyCVD::fromBasicImageToNumpy (const CVD::BasicImage< T > &image) |
template<class I > | |
CVD::BasicImage< I > | PyCVD::fromNumpyToBasicImage (PyArrayObject *image, const std::string &n="") |
template<class I > | |
CVD::BasicImage< I > | PyCVD::fromNumpyToBasicImage (PyObject *p, const std::string &n="") |