JeVoisBase  1.21
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches
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

namespace  PythonParallel
 

Functions

 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.