JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
PythonTutorial1.PythonTutorial1 Class Reference

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).

Author
Laurent Itti

@displayname Python Tutorial 1 @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

Definition at line 25 of file PythonTutorial1.py.

Public Member Functions

def process (self, inframe, outframe)
 Process function with USB output. More...
 

Member Function Documentation

◆ process()

def PythonTutorial1.PythonTutorial1.process (   self,
  inframe,
  outframe 
)

Process function with USB output.

Definition at line 28 of file PythonTutorial1.py.


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