JeVoisBase  1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
Share this page:
Loading...
Searching...
No Matches

Python DNN post-processor for depth map. More...

Public Member Functions

 __init__ (self)
 Constructor.
 
 init (self)
 JeVois parameters initialization.
 
 process (self, outs, preproc)
 Get network outputs.
 
 report (self, outimg, helper, overlay, idle)
 Report the latest results obtained by process() by drawing them.
 

Public Attributes

 depthmap
 
 alpha
 
 dfac
 
 tlx
 
 tly
 
 cw
 
 ch
 

Detailed Description

Python DNN post-processor for depth map.

Renders a depth map as a semi-transparent overlay over the input frames.

Author
Laurent Itti
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 23 of file PyPostDepth.py.

Constructor & Destructor Documentation

◆ __init__()

PyPostDepth.PyPostDepth.__init__ (   self)

Constructor.

Definition at line 26 of file PyPostDepth.py.

Member Function Documentation

◆ init()

PyPostDepth.PyPostDepth.init (   self)

JeVois parameters initialization.

Definition at line 31 of file PyPostDepth.py.

◆ process()

PyPostDepth.PyPostDepth.process (   self,
  outs,
  preproc 
)

Get network outputs.

Definition at line 44 of file PyPostDepth.py.

References PyPostDepth.PyPostDepth.dfac.

◆ report()

Member Data Documentation

◆ alpha

PyPostDepth.PyPostDepth.alpha

Definition at line 34 of file PyPostDepth.py.

◆ ch

PyPostDepth.PyPostDepth.ch

◆ cw

PyPostDepth.PyPostDepth.cw

◆ depthmap

PyPostDepth.PyPostDepth.depthmap

Definition at line 27 of file PyPostDepth.py.

Referenced by PyPostDepth.PyPostDepth.report().

◆ dfac

PyPostDepth.PyPostDepth.dfac

Definition at line 38 of file PyPostDepth.py.

Referenced by PyPostDepth.PyPostDepth.process().

◆ tlx

PyPostDepth.PyPostDepth.tlx

◆ tly

PyPostDepth.PyPostDepth.tly

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