QImageToML¶
-
MLModule
¶ author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLPythonImageProcessing
definition QImageToML.def keywords QPainter
,QImage
,python
Purpose¶
The QImageToML
module allows to set 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)