OpenCV
4.10.0
Open Source Computer Vision
|
This is the complete list of members for cv::freetype::FreeType2, including all inherited members.
Algorithm() | cv::Algorithm | |
clear() | cv::Algorithm | inlinevirtual |
empty() const | cv::Algorithm | inlinevirtual |
getDefaultName() const | cv::Algorithm | virtual |
getTextSize(const String &text, int fontHeight, int thickness, int *baseLine)=0 | cv::freetype::FreeType2 | pure virtual |
load(const String &filename, const String &objname=String()) | cv::Algorithm | inlinestatic |
loadFontData(String fontFileName, int idx)=0 | cv::freetype::FreeType2 | pure virtual |
loadFontData(char *pBuf, size_t bufSize, int idx)=0 | cv::freetype::FreeType2 | pure virtual |
loadFromString(const String &strModel, const String &objname=String()) | cv::Algorithm | inlinestatic |
putText(InputOutputArray img, const String &text, Point org, int fontHeight, Scalar color, int thickness, int line_type, bool bottomLeftOrigin)=0 | cv::freetype::FreeType2 | pure virtual |
read(const FileNode &fn) | cv::Algorithm | inlinevirtual |
read(const FileNode &fn) | cv::Algorithm | inlinestatic |
save(const String &filename) const | cv::Algorithm | virtual |
setSplitNumber(int num)=0 | cv::freetype::FreeType2 | pure virtual |
write(FileStorage &fs) const | cv::Algorithm | inlinevirtual |
write(FileStorage &fs, const String &name) const | cv::Algorithm | |
write(const Ptr< FileStorage > &fs, const String &name=String()) const | cv::Algorithm | |
writeFormat(FileStorage &fs) const | cv::Algorithm | protected |
~Algorithm() | cv::Algorithm | virtual |