JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
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. | |