JeVoisBase  1.20
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
PythonOpenCV.PythonOpenCV Class Reference

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

Public Member Functions

def __init__ (self)
 Constructor. More...
 
def process (self, inframe, outframe)
 Process function with no USB output def processNoUSB(self, inframe): jevois.LFATAL("process with no USB output not implemented yet in this module") More...
 

Public Attributes

 timer
 

Detailed Description

Simple example of image processing using OpenCV in Python on JeVois.

This module by default simply converts the input image to a grayscale OpenCV image, and then applies the Canny edge detection algorithm. Try to edit it to do something else (note that the videomapping associated with this module has grayscale image outputs, so that is what you should output).

See http://jevois.org/tutorials for tutorials on getting started with programming JeVois in Python without having to install any development software on your host computer.

Author
Laurent Itti
Display Name:
Python OpenCV
Videomapping:
GRAY 640 480 20.0 YUYV 640 480 20.0 JeVois PythonOpenCV
Email:
itti@usc.edu
Address:
University of Southern California, HNB-07A, 3641 Watt Way, Los Angeles, CA 90089-2520, USA
Main URL:
http://jevois.org
Support URL:
http://jevois.org/doc
Other URL:
http://iLab.usc.edu
License:
GPL v3
Distribution:
Unrestricted
Restrictions:
None

Definition at line 30 of file PythonOpenCV.py.

Constructor & Destructor Documentation

◆ __init__()

def PythonOpenCV.PythonOpenCV.__init__ (   self)

Constructor.

Definition at line 33 of file PythonOpenCV.py.

Member Function Documentation

◆ process()

Member Data Documentation

◆ timer


The documentation for this class was generated from the following file: