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

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

Public Member Functions

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

Public Attributes

 depthmap
 
 alpha
 
 dfac
 
 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__()

def PyPostDepth.PyPostDepth.__init__ (   self)

Constructor.

Definition at line 26 of file PyPostDepth.py.

Member Function Documentation

◆ init()

def PyPostDepth.PyPostDepth.init (   self)

JeVois parameters initialization.

Definition at line 31 of file PyPostDepth.py.

◆ process()

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

Get network outputs.

Definition at line 44 of file PyPostDepth.py.

References PyPostDepth.PyPostDepth.dfac.

◆ report()

def PyPostDepth.PyPostDepth.report (   self,
  outimg,
  helper,
  overlay,
  idle 
)

Report the latest results obtained by process() by drawing them.

Definition at line 57 of file PyPostDepth.py.

References PyPostDepth.PyPostDepth.ch, PyPostDepth.PyPostDepth.depthmap, demo.int, jevois::ObjDetect.tlx, and jevois::ObjDetect.tly.

Member Data Documentation

◆ alpha

PyPostDepth.PyPostDepth.alpha

Definition at line 34 of file PyPostDepth.py.

◆ ch

PyPostDepth.PyPostDepth.ch

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


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