JeVoisBase
1.22
JeVois Smart Embedded Machine Vision Toolkit Base Modules
|
|
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 | |
Python DNN post-processor for depth map.
Renders a depth map as a semi-transparent overlay over the input frames.
Definition at line 23 of file PyPostDepth.py.
PyPostDepth.PyPostDepth.__init__ | ( | self | ) |
Constructor.
Definition at line 26 of file PyPostDepth.py.
PyPostDepth.PyPostDepth.init | ( | self | ) |
JeVois parameters initialization.
Definition at line 31 of file PyPostDepth.py.
PyPostDepth.PyPostDepth.process | ( | self, | |
outs, | |||
preproc | |||
) |
Get network outputs.
Definition at line 44 of file PyPostDepth.py.
References PyPostDepth.PyPostDepth.dfac.
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 jevois::VideoMapping.ch, PyPostDepth.PyPostDepth.ch, PyPostURetinex.PyPostURetinex.ch, jevois::VideoMapping.cw, PyPostDepth.PyPostDepth.cw, PyPostURetinex.PyPostURetinex.cw, PyPostDepth.PyPostDepth.depthmap, jevois::ObjDetect.tlx, PyPostDepth.PyPostDepth.tlx, PyPostURetinex.PyPostURetinex.tlx, jevois::ObjDetect.tly, PyPostDepth.PyPostDepth.tly, and PyPostURetinex.PyPostURetinex.tly.
PyPostDepth.PyPostDepth.alpha |
Definition at line 34 of file PyPostDepth.py.
PyPostDepth.PyPostDepth.ch |
Definition at line 49 of file PyPostDepth.py.
Referenced by PyPostDepth.PyPostDepth.report(), and PyPostURetinex.PyPostURetinex.report().
PyPostDepth.PyPostDepth.cw |
Definition at line 49 of file PyPostDepth.py.
Referenced by PyPostDepth.PyPostDepth.report(), and PyPostURetinex.PyPostURetinex.report().
PyPostDepth.PyPostDepth.depthmap |
Definition at line 27 of file PyPostDepth.py.
Referenced by PyPostDepth.PyPostDepth.report().
PyPostDepth.PyPostDepth.dfac |
Definition at line 38 of file PyPostDepth.py.
Referenced by PyPostDepth.PyPostDepth.process().
PyPostDepth.PyPostDepth.tlx |
Definition at line 49 of file PyPostDepth.py.
Referenced by PyPostDepth.PyPostDepth.report(), and PyPostURetinex.PyPostURetinex.report().
PyPostDepth.PyPostDepth.tly |
Definition at line 49 of file PyPostDepth.py.
Referenced by PyPostDepth.PyPostDepth.report(), and PyPostURetinex.PyPostURetinex.report().