text 3141 3rdparty/include/ffmpeg_/libavcodec/avcodec.h char *text; ///< 0 terminated plain UTF-8 text text 344 3rdparty/libpng/png.c if (info_ptr->text && info_ptr->text[num].key) text 346 3rdparty/libpng/png.c png_free(png_ptr, info_ptr->text[num].key); text 347 3rdparty/libpng/png.c info_ptr->text[num].key = NULL; text 356 3rdparty/libpng/png.c png_free(png_ptr, info_ptr->text); text 357 3rdparty/libpng/png.c info_ptr->text = NULL; text 1895 3rdparty/libpng/png.c png_fixed(png_structp png_ptr, double fp, png_const_charp text) text 1900 3rdparty/libpng/png.c png_fixed_error(png_ptr, text); text 650 3rdparty/libpng/png.h png_charp text; /* comment, may be an empty string (ie "") text 958 3rdparty/libpng/pngget.c *text_ptr = info_ptr->text; text 110 3rdparty/libpng/pnginfo.h png_textp text; /* array of comments read or comments to write */ text 621 3rdparty/libpng/pngpriv.h png_const_charp text)); text 893 3rdparty/libpng/pngpriv.h png_const_charp text, png_size_t text_len)); text 898 3rdparty/libpng/pngpriv.h png_const_charp text, png_size_t text_len, int compression)); text 904 3rdparty/libpng/pngpriv.h png_const_charp lang_key, png_const_charp text)); text 456 3rdparty/libpng/pngrutil.c png_charp text = (png_charp)png_malloc_warn(png_ptr, text 459 3rdparty/libpng/pngrutil.c if (text != NULL) text 461 3rdparty/libpng/pngrutil.c png_memcpy(text, png_ptr->chunkdata, prefix_size); text 465 3rdparty/libpng/pngrutil.c (png_bytep)(text + prefix_size), expanded_size); text 466 3rdparty/libpng/pngrutil.c text[prefix_size + expanded_size] = 0; /* just in case */ text 471 3rdparty/libpng/pngrutil.c png_ptr->chunkdata = text; text 477 3rdparty/libpng/pngrutil.c png_free(png_ptr, text); text 499 3rdparty/libpng/pngrutil.c png_charp text = (png_charp)png_malloc_warn(png_ptr, prefix_size + 1); text 501 3rdparty/libpng/pngrutil.c if (text != NULL) text 504 3rdparty/libpng/pngrutil.c png_memcpy(text, png_ptr->chunkdata, prefix_size); text 507 3rdparty/libpng/pngrutil.c png_ptr->chunkdata = text; text 2217 3rdparty/libpng/pngrutil.c png_charp text; text 2281 3rdparty/libpng/pngrutil.c for (text = key; *text; text++) text 2284 3rdparty/libpng/pngrutil.c if (text != key + slength) text 2285 3rdparty/libpng/pngrutil.c text++; text 2303 3rdparty/libpng/pngrutil.c text_ptr->text = text; text 2304 3rdparty/libpng/pngrutil.c text_ptr->text_length = png_strlen(text); text 2323 3rdparty/libpng/pngrutil.c png_charp text; text 2387 3rdparty/libpng/pngrutil.c for (text = png_ptr->chunkdata; *text; text++) text 2391 3rdparty/libpng/pngrutil.c if (text >= png_ptr->chunkdata + slength - 2) text 2401 3rdparty/libpng/pngrutil.c comp_type = *(++text); text 2409 3rdparty/libpng/pngrutil.c text++; /* Skip the compression_method byte */ text 2412 3rdparty/libpng/pngrutil.c prefix_len = text - png_ptr->chunkdata; text 2433 3rdparty/libpng/pngrutil.c text_ptr->text = png_ptr->chunkdata + prefix_len; text 2453 3rdparty/libpng/pngrutil.c png_charp key, lang, text, lang_key; text 2563 3rdparty/libpng/pngrutil.c for (text = lang_key; *text; text++) text 2566 3rdparty/libpng/pngrutil.c text++; /* Skip NUL separator */ text 2568 3rdparty/libpng/pngrutil.c if (text >= png_ptr->chunkdata + slength) text 2576 3rdparty/libpng/pngrutil.c prefix_len = text - png_ptr->chunkdata; text 2604 3rdparty/libpng/pngrutil.c text_ptr->text = png_ptr->chunkdata + prefix_len; text 698 3rdparty/libpng/pngset.c if (info_ptr->text != NULL) text 703 3rdparty/libpng/pngset.c old_text = info_ptr->text; text 705 3rdparty/libpng/pngset.c info_ptr->text = (png_textp)png_malloc_warn(png_ptr, text 708 3rdparty/libpng/pngset.c if (info_ptr->text == NULL) text 712 3rdparty/libpng/pngset.c info_ptr->text = old_text; text 716 3rdparty/libpng/pngset.c png_memcpy(info_ptr->text, old_text, (png_size_t)(old_max_text * text 725 3rdparty/libpng/pngset.c info_ptr->text = (png_textp)png_malloc_warn(png_ptr, text 727 3rdparty/libpng/pngset.c if (info_ptr->text == NULL) text 744 3rdparty/libpng/pngset.c png_textp textp = &(info_ptr->text[info_ptr->num_text]); text 788 3rdparty/libpng/pngset.c if (text_ptr[i].text == NULL || text_ptr[i].text[0] == '\0') text 802 3rdparty/libpng/pngset.c text_length = png_strlen(text_ptr[i].text); text 829 3rdparty/libpng/pngset.c textp->text = textp->lang_key + lang_key_len + 1; text 836 3rdparty/libpng/pngset.c textp->text = textp->key + key_len + 1; text 840 3rdparty/libpng/pngset.c png_memcpy(textp->text, text_ptr[i].text, text 843 3rdparty/libpng/pngset.c *(textp->text + text_length) = '\0'; text 214 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression); text 216 3rdparty/libpng/pngwrite.c if (info_ptr->text[i].compression > 0) text 221 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression, text 222 3rdparty/libpng/pngwrite.c info_ptr->text[i].key, text 223 3rdparty/libpng/pngwrite.c info_ptr->text[i].lang, text 224 3rdparty/libpng/pngwrite.c info_ptr->text[i].lang_key, text 225 3rdparty/libpng/pngwrite.c info_ptr->text[i].text); text 230 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; text 234 3rdparty/libpng/pngwrite.c else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_zTXt) text 238 3rdparty/libpng/pngwrite.c png_write_zTXt(png_ptr, info_ptr->text[i].key, text 239 3rdparty/libpng/pngwrite.c info_ptr->text[i].text, 0, text 240 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression); text 245 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR; text 248 3rdparty/libpng/pngwrite.c else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE) text 252 3rdparty/libpng/pngwrite.c png_write_tEXt(png_ptr, info_ptr->text[i].key, text 253 3rdparty/libpng/pngwrite.c info_ptr->text[i].text, text 256 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; text 331 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression); text 333 3rdparty/libpng/pngwrite.c if (info_ptr->text[i].compression > 0) text 338 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression, text 339 3rdparty/libpng/pngwrite.c info_ptr->text[i].key, text 340 3rdparty/libpng/pngwrite.c info_ptr->text[i].lang, text 341 3rdparty/libpng/pngwrite.c info_ptr->text[i].lang_key, text 342 3rdparty/libpng/pngwrite.c info_ptr->text[i].text); text 347 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; text 350 3rdparty/libpng/pngwrite.c else if (info_ptr->text[i].compression >= PNG_TEXT_COMPRESSION_zTXt) text 354 3rdparty/libpng/pngwrite.c png_write_zTXt(png_ptr, info_ptr->text[i].key, text 355 3rdparty/libpng/pngwrite.c info_ptr->text[i].text, 0, text 356 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression); text 361 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_zTXt_WR; text 364 3rdparty/libpng/pngwrite.c else if (info_ptr->text[i].compression == PNG_TEXT_COMPRESSION_NONE) text 368 3rdparty/libpng/pngwrite.c png_write_tEXt(png_ptr, info_ptr->text[i].key, text 369 3rdparty/libpng/pngwrite.c info_ptr->text[i].text, 0); text 375 3rdparty/libpng/pngwrite.c info_ptr->text[i].compression = PNG_TEXT_COMPRESSION_NONE_WR; text 378 3rdparty/libpng/pngwutil.c png_const_charp text, png_size_t text_len, int compression, text 392 3rdparty/libpng/pngwutil.c comp->input = (png_const_bytep)text; text 426 3rdparty/libpng/pngwutil.c png_ptr->zstream.next_in = (Bytef *)text; text 1646 3rdparty/libpng/pngwutil.c png_write_tEXt(png_structp png_ptr, png_const_charp key, png_const_charp text, text 1657 3rdparty/libpng/pngwutil.c if (text == NULL || *text == '\0') text 1661 3rdparty/libpng/pngwutil.c text_len = png_strlen(text); text 1676 3rdparty/libpng/pngwutil.c png_write_chunk_data(png_ptr, (png_const_bytep)text, text 1687 3rdparty/libpng/pngwutil.c png_write_zTXt(png_structp png_ptr, png_const_charp key, png_const_charp text, text 1709 3rdparty/libpng/pngwutil.c if (text == NULL || *text == '\0' || compression==PNG_TEXT_COMPRESSION_NONE) text 1711 3rdparty/libpng/pngwutil.c png_write_tEXt(png_ptr, new_key, text, (png_size_t)0); text 1716 3rdparty/libpng/pngwutil.c text_len = png_strlen(text); text 1719 3rdparty/libpng/pngwutil.c text_len = png_text_compress(png_ptr, text, text_len, compression, text 1749 3rdparty/libpng/pngwutil.c png_const_charp lang, png_const_charp lang_key, png_const_charp text) text 1780 3rdparty/libpng/pngwutil.c if (text == NULL) text 1784 3rdparty/libpng/pngwutil.c text_len = png_strlen(text); text 1787 3rdparty/libpng/pngwutil.c text_len = png_text_compress(png_ptr, text, text_len, compression - 2, text 132 3rdparty/openexr/Iex/IexBaseExc.h name (const char* text=0) throw(): base (text) {} \ text 133 3rdparty/openexr/Iex/IexBaseExc.h name (const std::string &text) throw(): base (text) {} \ text 134 3rdparty/openexr/Iex/IexBaseExc.h name (std::stringstream &text) throw(): base (text) {} \ text 58 3rdparty/openexr/Iex/IexMacros.h #define THROW(type, text) \ text 62 3rdparty/openexr/Iex/IexMacros.h s << text; \ text 91 3rdparty/openexr/Iex/IexMacros.h #define APPEND_EXC(exc, text) \ text 95 3rdparty/openexr/Iex/IexMacros.h s << text; \ text 100 3rdparty/openexr/Iex/IexMacros.h #define REPLACE_EXC(exc, text) \ text 104 3rdparty/openexr/Iex/IexMacros.h s << text; \ text 120 3rdparty/openexr/Iex/IexMacros.h #define THROW_ERRNO(text) \ text 124 3rdparty/openexr/Iex/IexMacros.h s << text; \ text 139 3rdparty/openexr/Iex/IexMacros.h #define ASSERT(assertion, type, text) \ text 143 3rdparty/openexr/Iex/IexMacros.h THROW (type, text); \ text 52 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp void throwErrnoExc (const std::string &text, int errnum) text 55 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp std::string tmp (text); text 853 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp void throwErrnoExc (const std::string &text) text 855 3rdparty/openexr/Iex/IexThrowErrnoExc.cpp throwErrnoExc (text, errno); text 61 3rdparty/openexr/IlmImf/ImfName.h Name (const char text[]); text 68 3rdparty/openexr/IlmImf/ImfName.h Name & operator = (const char text[]); text 75 3rdparty/openexr/IlmImf/ImfName.h const char * text () const {return _text;} text 101 3rdparty/openexr/IlmImf/ImfName.h Name::operator = (const char text[]) text 103 3rdparty/openexr/IlmImf/ImfName.h strncpy (_text, text, MAX_LENGTH); text 116 3rdparty/openexr/IlmImf/ImfName.h Name::Name (const char text[]) text 118 3rdparty/openexr/IlmImf/ImfName.h *this = text; text 710 3rdparty/zlib/deflate.c put_byte(s, (s->gzhead->text ? 1 : 0) + text 701 3rdparty/zlib/inflate.c state->head->text = (int)((hold >> 8) & 1); text 113 3rdparty/zlib/zlib.h int text; /* true if compressed data believed to be text */ text 609 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void addText( const Mat& img, const String& text, Point org, const QtFont& font); text 623 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void displayOverlay(const String& winname, const String& text, int delayms = 0); text 637 modules/highgui/include/opencv2/highgui.hpp CV_EXPORTS void displayStatusBar(const String& winname, const String& text, int delayms = 0); text 81 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont *arg2); text 83 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvDisplayOverlay(const char* name, const char* text, int delayms CV_DEFAULT(0)); text 84 modules/highgui/include/opencv2/highgui/highgui_c.h CVAPI(void) cvDisplayStatusBar(const char* name, const char* text, int delayms CV_DEFAULT(0)); text 391 modules/highgui/src/window.cpp void cv::addText( const Mat& img, const String& text, Point org, const QtFont& font) text 394 modules/highgui/src/window.cpp cvAddText( &_img, text.c_str(), org, (CvFont*)&font); text 397 modules/highgui/src/window.cpp void cv::displayStatusBar(const String& name, const String& text, int delayms) text 399 modules/highgui/src/window.cpp cvDisplayStatusBar(name.c_str(),text.c_str(), delayms); text 402 modules/highgui/src/window.cpp void cv::displayOverlay(const String& name, const String& text, int delayms) text 404 modules/highgui/src/window.cpp cvDisplayOverlay(name.c_str(),text.c_str(), delayms); text 111 modules/highgui/src/window_QT.cpp CV_IMPL void cvAddText(const CvArr* img, const char* text, CvPoint org, CvFont* font) text 120 modules/highgui/src/window_QT.cpp Q_ARG(QString,QString::fromUtf8(text)), text 227 modules/highgui/src/window_QT.cpp CV_IMPL void cvDisplayOverlay(const char* name, const char* text, int delayms) text 236 modules/highgui/src/window_QT.cpp Q_ARG(QString, QString(text)), text 265 modules/highgui/src/window_QT.cpp CV_IMPL void cvDisplayStatusBar(const char* name, const char* text, int delayms) text 274 modules/highgui/src/window_QT.cpp Q_ARG(QString, QString(text)), text 806 modules/highgui/src/window_QT.cpp void GuiReceiver::putText(void* arr, QString text, QPoint org, void* arg2) text 832 modules/highgui/src/window_QT.cpp qp.drawText(org, text); text 965 modules/highgui/src/window_QT.cpp void GuiReceiver::displayInfo(QString name, QString text, int delayms) text 970 modules/highgui/src/window_QT.cpp w->displayInfo(text, delayms); text 974 modules/highgui/src/window_QT.cpp void GuiReceiver::displayStatusBar(QString name, QString text, int delayms) text 979 modules/highgui/src/window_QT.cpp w->displayStatusBar(text, delayms); text 1773 modules/highgui/src/window_QT.cpp void CvWindow::displayInfo(QString text, int delayms) text 1775 modules/highgui/src/window_QT.cpp myView->startDisplayInfo(text, delayms); text 1779 modules/highgui/src/window_QT.cpp void CvWindow::displayStatusBar(QString text, int delayms) text 1782 modules/highgui/src/window_QT.cpp myStatusBar->showMessage(text, delayms); text 2185 modules/highgui/src/window_QT.cpp settings->setValue("namebutton", button->text()); text 2191 modules/highgui/src/window_QT.cpp settings->setValue("namebutton", button->text()); text 2197 modules/highgui/src/window_QT.cpp settings->setValue("namebutton", button->text()); text 2217 modules/highgui/src/window_QT.cpp if (button->text() == settings->value("namebutton").toString()) text 2224 modules/highgui/src/window_QT.cpp if (button->text() == settings->value("namebutton").toString()) text 2231 modules/highgui/src/window_QT.cpp if (button->text() == settings->value("namebutton").toString()) text 2428 modules/highgui/src/window_QT.cpp void DefaultViewPort::startDisplayInfo(QString text, int delayms) text 2433 modules/highgui/src/window_QT.cpp infoText = text; text 128 modules/highgui/src/window_QT.h void displayInfo( QString name, QString text, int delayms ); text 129 modules/highgui/src/window_QT.h void displayStatusBar( QString name, QString text, int delayms ); text 140 modules/highgui/src/window_QT.h void putText(void* arg1, QString text, QPoint org, void* font); text 304 modules/highgui/src/window_QT.h void displayInfo(QString text, int delayms); text 305 modules/highgui/src/window_QT.h void displayStatusBar(QString text, int delayms); text 396 modules/highgui/src/window_QT.h virtual void startDisplayInfo(QString text, int delayms) = 0; text 427 modules/highgui/src/window_QT.h void startDisplayInfo(QString text, int delayms); text 483 modules/highgui/src/window_QT.h void startDisplayInfo(QString text, int delayms); text 576 modules/highgui/src/window_carbon.cpp CFStringRef text = CFStringCreateWithCString(NULL,valueinchar,kCFStringEncodingASCII); text 577 modules/highgui/src/window_carbon.cpp GetThemeTextDimensions( text, kThemeCurrentPortFont, kThemeStateActive, false, &qdSize, &baseline ); text 4075 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W void putText( InputOutputArray img, const String& text, Point org, text 4125 modules/imgproc/include/opencv2/imgproc.hpp CV_EXPORTS_W Size getTextSize(const String& text, int fontFace, text 1168 modules/imgproc/include/opencv2/imgproc/imgproc_c.h CVAPI(void) cvPutText( CvArr* img, const char* text, CvPoint org, text 1936 modules/imgproc/misc/java/test/ImgprocTest.java String text = "Android all the way"; text 1941 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.getTextSize(text, Core.FONT_HERSHEY_SCRIPT_SIMPLEX, fontScale, thickness, null); text 1942 modules/imgproc/misc/java/test/ImgprocTest.java Size res = Imgproc.getTextSize(text, Core.FONT_HERSHEY_SCRIPT_SIMPLEX, fontScale, thickness, baseLine); text 2157 modules/imgproc/misc/java/test/ImgprocTest.java String text = "Hello World"; text 2162 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.putText(img, text, origin, Core.FONT_HERSHEY_SIMPLEX, 1.0, colorWhite); text 2171 modules/imgproc/misc/java/test/ImgprocTest.java String text = "Hello World"; text 2176 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.putText(img, text, origin, Core.FONT_HERSHEY_SIMPLEX, 1.0, colorWhite, 2); text 2185 modules/imgproc/misc/java/test/ImgprocTest.java String text = "Hello World"; text 2191 modules/imgproc/misc/java/test/ImgprocTest.java Imgproc.putText(img, text, origin, Core.FONT_HERSHEY_SIMPLEX, 1.0, colorWhite, 1, Imgproc.LINE_8, true); text 2042 modules/imgproc/src/drawing.cpp inline void readCheck(int &c, int &i, const String &text, int fontFace) text 2049 modules/imgproc/src/drawing.cpp if(c == 0xD0 && (uchar)text[i + 1] >= 0x90 && (uchar)text[i + 1] <= 0xBF) text 2051 modules/imgproc/src/drawing.cpp c = (uchar)text[++i] - 17; text 2055 modules/imgproc/src/drawing.cpp else if(c == 0xD1 && (uchar)text[i + 1] >= 0x80 && (uchar)text[i + 1] <= 0x8F) text 2057 modules/imgproc/src/drawing.cpp c = (uchar)text[++i] + 47; text 2063 modules/imgproc/src/drawing.cpp if(c >= 0xC0 && text[i+1] != 0) //2 bytes utf text 2066 modules/imgproc/src/drawing.cpp if(c >= 0xE0 && text[i+1] != 0) //3 bytes utf text 2069 modules/imgproc/src/drawing.cpp if(c >= 0xF0 && text[i+1] != 0) //4 bytes utf text 2072 modules/imgproc/src/drawing.cpp if(c >= 0xF8 && text[i+1] != 0) //5 bytes utf text 2075 modules/imgproc/src/drawing.cpp if(c >= 0xFC && text[i+1] != 0) //6 bytes utf text 2088 modules/imgproc/src/drawing.cpp void putText( InputOutputArray _img, const String& text, Point org, text 2114 modules/imgproc/src/drawing.cpp for( int i = 0; text[i] != '\0'; i++ ) text 2116 modules/imgproc/src/drawing.cpp int c = (uchar)text[i]; text 2119 modules/imgproc/src/drawing.cpp readCheck(c, i, text, fontFace); text 2150 modules/imgproc/src/drawing.cpp Size getTextSize( const String& text, int fontFace, double fontScale, int thickness, int* _base_line) text 2161 modules/imgproc/src/drawing.cpp for( int i = 0; text[i] != '\0'; i++ ) text 2163 modules/imgproc/src/drawing.cpp int c = (uchar)text[i]; text 2166 modules/imgproc/src/drawing.cpp readCheck(c, i, text, fontFace); text 2656 modules/imgproc/src/drawing.cpp cvPutText( CvArr* _img, const char *text, CvPoint org, const CvFont *_font, CvScalar color ) text 2659 modules/imgproc/src/drawing.cpp CV_Assert( text != 0 && _font != 0); text 2660 modules/imgproc/src/drawing.cpp cv::putText( img, text, org, _font->font_face, (_font->hscale+_font->vscale)*0.5, text 2683 modules/imgproc/src/drawing.cpp cvGetTextSize( const char *text, const CvFont *_font, CvSize *_size, int *_base_line ) text 2685 modules/imgproc/src/drawing.cpp CV_Assert(text != 0 && _font != 0); text 2686 modules/imgproc/src/drawing.cpp cv::Size size = cv::getTextSize( text, _font->font_face, (_font->hscale + _font->vscale)*0.5, text 3 modules/java/generator/src/java/android+FpsMeter.java import java.text.DecimalFormat; text 8129 modules/ts/include/opencv2/ts/ts_gtest.h #define GTEST_TEST_BOOLEAN_(expression, text, actual, expected, fail) \ text 8136 modules/ts/include/opencv2/ts/ts_gtest.h gtest_ar_, text, #actual, #expected).c_str()) text 9115 modules/ts/src/ts_gtest.cpp char text[5] = ""; text 9126 modules/ts/src/ts_gtest.cpp GTEST_SNPRINTF_(text, sizeof(text), "%02X", obj_bytes[j]); text 9127 modules/ts/src/ts_gtest.cpp *os << text; text 274 modules/videoio/test/test_ffmpeg.cpp std::string text = to_string(i); text 275 modules/videoio/test/test_ffmpeg.cpp putText(frame, text, Point(50, Center.y), FONT_HERSHEY_SIMPLEX, 5.0, ObjectColor, 5, CV_AA); text 414 modules/viz/include/opencv2/viz/widgets.hpp WText(const String &text, const Point &pos, int font_size = 20, const Color &color = Color::white()); text 420 modules/viz/include/opencv2/viz/widgets.hpp void setText(const String &text); text 439 modules/viz/include/opencv2/viz/widgets.hpp WText3D(const String &text, const Point3d &position, double text_scale = 1., bool face_camera = true, const Color &color = Color::white()); text 446 modules/viz/include/opencv2/viz/widgets.hpp void setText(const String &text); text 484 modules/viz/src/shapes.cpp cv::viz::WText3D::WText3D(const String &text, const Point3d &position, double text_scale, bool face_camera, const Color &color) text 487 modules/viz/src/shapes.cpp textSource->SetText(text.c_str()); text 514 modules/viz/src/shapes.cpp void cv::viz::WText3D::setText(const String &text) text 524 modules/viz/src/shapes.cpp textSource->SetText(text.c_str()); text 550 modules/viz/src/shapes.cpp cv::viz::WText::WText(const String &text, const Point &pos, int font_size, const Color &color) text 554 modules/viz/src/shapes.cpp actor->SetInput(text.c_str()); text 576 modules/viz/src/shapes.cpp void cv::viz::WText::setText(const String &text) text 580 modules/viz/src/shapes.cpp actor->SetInput(text.c_str()); text 12 platforms/android/service/engine/src/org/opencv/engine/HardwareDetector.java import android.text.TextUtils; text 10 platforms/android/service/engine/src/org/opencv/engine/OpenCVEngineService.java import android.text.TextUtils; text 16 platforms/android/service/engine/src/org/opencv/engine/manager/ManagerActivity.java import android.text.TextUtils; text 3 samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/Tutorial3Activity.java import java.text.SimpleDateFormat; text 34 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp std::string text = " Where is point (" + x + "," + y + "," + z + ") ?"; text 35 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(25,50), fontFace, fontScale, color, thickness_font, 8); text 39 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawText(cv::Mat image, std::string text, cv::Scalar color) text 41 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(25,50), fontFace, fontScale, color, thickness_font, 8); text 45 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp void drawText2(cv::Mat image, std::string text, cv::Scalar color) text 47 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(25,75), fontFace, fontScale, color, thickness_font, 8); text 54 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp std::string text = fps_str + " FPS"; text 55 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(500,50), fontFace, fontScale, color, thickness_font, 8); text 62 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp std::string text = conf_str + " %"; text 63 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(500,75), fontFace, fontScale, color, thickness_font, 8); text 71 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp std::string text = n_str + " of " + n_max_str + " points"; text 72 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, cv::Point(500,50), fontFace, fontScale, color, thickness_font, 8); text 90 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp std::string text = "P" + idx + " (" + x + "," + y + "," + z +")"; text 94 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.cpp cv::putText(image, text, point_2d, fontFace, fontScale*0.5, color, thickness_font, 8); text 19 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawText(cv::Mat image, std::string text, cv::Scalar color); text 22 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/Utils.h void drawText2(cv::Mat image, std::string text, cv::Scalar color); text 325 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp string text = "Found " + inliers_str + " of " + n + " matches"; text 328 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_detection.cpp drawText(frame_vis, text, green); text 230 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp string text = "There are " + num + " inliers"; text 231 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp drawText(img_vis, text, green); text 235 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp text = "There are " + num + " outliers"; text 236 samples/cpp/tutorial_code/calib3d/real_time_pose_estimation/src/main_registration.cpp drawText2(img_vis, text, red); text 214 samples/gpu/stereo_match.cpp putText(disp, text(), Point(5, 25), FONT_HERSHEY_SIMPLEX, 1.0, Scalar::all(255)); text 371 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp void AdvancedCapture::ShowStatusMessage(Platform::String^ text) text 373 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp rootPage->NotifyUser(text, NotifyType::StatusMessage); text 63 samples/winrt/ImageManipulations/AdvancedCapture.xaml.h void ShowStatusMessage(Platform::String^ text);