QImageToML¶
-
MLModule¶ author MeVis Medical Solutions AGpackage MeVisLab/Standarddll MLPythonImageProcessingdefinition QImageToML.def keywords QPainter,QImage,python
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)