HomeSort by relevance Sort by last modified time
    Searched refs:QtFont (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/highgui/include/opencv2/
highgui.hpp 550 struct QtFont
595 CV_EXPORTS QtFont fontQt(const String& nameFont, int pointSize = -1,
609 CV_EXPORTS void addText( const Mat& img, const String& text, Point org, const QtFont& font);
  /external/opencv3/modules/highgui/src/
window.cpp 384 cv::QtFont cv::fontQt(const String& nameFont, int pointSize, Scalar color, int weight, int style, int /*spacing*/)
388 return *(cv::QtFont*)pf;
391 void cv::addText( const Mat& img, const String& text, Point org, const QtFont& font)
434 cv::QtFont cv::fontQt(const String&, int, Scalar, int, int, int)
437 return QtFont();
440 void cv::addText( const Mat&, const String&, Point, const QtFont&)

Completed in 52 milliseconds