JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
Support for JeVois modules written in Python

In addition to writing modules in C++, JeVois supports writing modules in Python. JeVois provides two-way mappings:

Collaboration diagram for Support for JeVois modules written in Python:

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::dnn::PreProcessorForPython
 Pre-Processor interface exposed to the python side. 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
 Helpers to facilitate data transfer to/from Python.