Home
last modified time | relevance | path

Searched refs:qimg (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/highgui/src/
Dwindow_QT.cpp816 QImage qimg(mat->data.ptr, mat->cols, mat->rows, mat->step, QImage::Format_RGB888); in putText() local
820 QPainter qp(&qimg); in putText()