JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
PythonParallel.py File Reference

Go to the source code of this file.

Classes

class  PythonParallel.PythonParallel
 Simple example of parallel image processing using OpenCV in Python on JeVois. More...
 

Namespaces

 PythonParallel
 

Functions

def PythonParallel.computefunc (inimggray, th1, th2)
 Image processing function, several instances will run in parallel It is just defined as a free function here to emphasize the fact that class member data will not be shared anyway across the workers. More...