QImageToML¶
- MLModule¶
author
package
dll
definition
keywords
Purpose¶
The QImageToML module allows for setting a QImage via Python, which is then made available as an ML color image on the output.
This is done like this:
ctx.module("QImageToML").object().setImage(qimage)