当前位置:网站首页>In the official online CV2 document, check the optional values of OpenCV specific parameters
In the official online CV2 document, check the optional values of OpenCV specific parameters
2022-07-28 03:52:00 【MAR-Sky】
preparation
Find the opencv Official website :https://opencv.org/
Find yourself opencv Version of , stay python Import from the file cv2, then print(cv2.\_\_version\_\_)
The name of the parameter you want to find : With putText For example (print(cv2.putText.__doc__)), see cv::HersheyFonts Value
putText(img, text, org, fontFace, fontScale, color[, thickness[, lineType[, bottomLeftOrigin]]]) -> img
. @brief Draws a text string.
.
. The function putText renders the specified text string in the image. Symbols that cannot be rendered
. using the specified font are replaced by question marks. See getTextSize for a text rendering code
. example.
.
. @param img Image.
. @param text Text string to be drawn.
. @param org Bottom-left corner of the text string in the image.
. @param fontFace Font type, see cv::HersheyFonts.
. @param fontScale Font scale factor that is multiplied by the font-specific base size.
. @param color Text color.
. @param thickness Thickness of the lines used to draw a text.
. @param lineType Line type. See the line for details.
. @param bottomLeftOrigin When true, the image data origin is at the bottom-left corner. Otherwise,
. it is at the top-left corner.
Check out the process ( On-line )
Log in to the official website :

View offline
Reference resources : Offline documents https://blog.csdn.net/qq_15099895/article/details/108054618
In the second step above , Download offline documents , stay Local decompression , In the local folder find index.html double-click After opening Will open the browser It is the same as the online document interface, but the local files read , The search method is the same
边栏推荐
- The latest version of pagoda installs the zip extension, and PHP -m does not display the processing method
- Practical scripts of mangopapa (contents)
- [错题]Mocha and Railgun
- CH340 RTS DTR引脚编程驱动OLED
- Qt:QMessageBox消息框、自定义信号和槽
- 动态规划——63. 不同路径 II
- Dynamic programming - 416. Segmentation and subsets
- LeetCode_409_最长回文串
- 巧用栈回溯,帮你快速定位问题
- 【P4】解决本地文件修改与库文件间的冲突问题
猜你喜欢
![[paper notes] mobile robot autonomous navigation experimental platform based on deep learning](/img/6a/7f0c2b2a53332636f3172bc3b0b74d.png)
[paper notes] mobile robot autonomous navigation experimental platform based on deep learning

C language: find the number of 1 in binary stored in memory as an integer

leetcode刷题:动态规划09(最后一块石头的重量 II)

Leetcode skimming: dynamic programming 08 (segmentation and subsets)

动态规划——63. 不同路径 II

Responsive high-end website template source code Gallery material resource download platform source code
![[leetcode] 34. Find the first and last positions of elements in the sorted array](/img/f0/3eaa33fa7b13abe5f27b136239507d.png)
[leetcode] 34. Find the first and last positions of elements in the sorted array

Interface automation test, complete introduction

Swift中的协议

【力扣】1337.矩阵中战斗力最弱的k行
随机推荐
LeetCode_ 409_ Longest palindrome string
Dynamic programming - 416. Segmentation and subsets
Push chart written by helm to harbor warehouse
Move notice!
Input upload file and echo FileReader and restrict the type of file selection
Mysql基础篇(创建、管理、增删改表)
Xctf attack and defense world web master advanced area php2
ES6 from getting started to mastering 08: extended object functions
Leetcode58. Length of the last word
Light year admin background management system template
Advanced Mathematics (Seventh Edition) Tongji University exercises 3-5 personal solutions
动态规划——509. 斐波那契数
基于SSM实现在线租房系统
[openvx] VX for basic use of objects_ convolution
[错题]Mocha and Railgun
Implementation of online rental system based on SSM
接口自动化测试,完整入门篇
构建“产业大脑”,以“数字化”提升园区运营管理及服务能力!
4-day excel practical training camp, 0.01 yuan special offer for only three days, 200 sets of learning kits
Jumping game II in question 45 of C language power deduction. Ergodic jump