|
JeVois
1.23
JeVois Smart Embedded Machine Vision Toolkit
|
|
In addition to writing modules in C++, JeVois supports writing modules in Python. JeVois provides two-way mappings:
libjevois 
Classes | |
| class | jevois::InputFramePython |
| Wrapper around InputFrame to be used by Python. More... | |
| class | jevois::OutputFramePython |
| Wrapper around OutputFrame to be used by Python. More... | |
| class | jevois::GUIhelperPython |
| Wrapper around GUIhelper to be used by Python. More... | |
| class | jevois::PythonModule |
| Wrapper module to allow users to develop new modules written in Python. More... | |
| class | jevois::python::PyParHelperBase |
| Base helper class to allow creation of Parameter in python. More... | |
| class | jevois::python::PyParHelper< T > |
| Typed class to allow creation of Parameter in Python. More... | |
| class | jevois::PythonParameter |
| Wrapper for jevois Parameter in python. More... | |
| class | jevois::PythonWrapper |
| Helper class to run python code from C++. More... | |
Modules | |
| Python support functions | |