![]() |
TIOVX User Guide
|
Export objects from context to JPG image file. More...
Inherits tiovx.export.Export.
Public Member Functions | |
| def | __init__ (self, context) |
| Constructor used to create this object. More... | |
| def | export (self) |
| Export object as C source code. | |
Export objects from context to JPG image file.
NOTE: This 'dot' tool to be installed.
Definition at line 83 of file export_image.py.
| def tiovx.export_image.ExportImage.__init__ | ( | self, | |
| context | |||
| ) |
Constructor used to create this object.
| context | [in] Context object. tiovx::context::Context |
Definition at line 87 of file export_image.py.