|
LArOpenCV
1
|
#include <Python.h>#include <opencv2/opencv.hpp>#include <opencv2/core/core.hpp>#include <numpy/ndarrayobject.h>#include "Core/Image2D.h"#include "Core/Point2DArray.h"Go to the source code of this file.
Classes | |
| class | larcv::convert::NDArrayConverter |
Namespaces | |
| larcv | |
| C++ namespace for developping LArTPC software interface to OpenCV based algorithm tools (LArOpenCV) | |
| larcv::convert | |
| C++ namespace for a collection of Python<=>LArOpenCV C++ object conversion functions/classes. | |
Macros | |
| #define | ERRWRAP2(expr) |
Enumerations | |
| enum | { larcv::convert::ARG_NONE = 0, larcv::convert::ARG_MAT = 1, larcv::convert::ARG_SCALAR = 2 } |
Functions | |
| static int | larcv::convert::failmsg (const char *fmt,...) |
| static PyObject * | larcv::convert::pyObjectFromRefcount (const int *refcount) |
| static int * | larcv::convert::refcountFromPyObject (const PyObject *obj) |
Variables | |
| static PyObject * | opencv_error = 0 |
| static size_t | larcv::convert::REFCOUNT_OFFSET |
| #define ERRWRAP2 | ( | expr) |
Definition at line 33 of file NDArrayConverter.h.
Referenced by larcv::convert::NDArrayConverter::toNDArray().
|
static |
Definition at line 17 of file NDArrayConverter.h.
1.8.4