当前位置:网站首页>cv2.imread()
cv2.imread()
2022-07-31 05:15:00 【Cassiel_cx】
函数解析
cv2.imread(filename, flags = None)
filename:读取图片的路径
flags:(1) 1,默认值,表示加载彩色图片;(2) 0,表示加载灰度图片;(3) -1,表示加载包括alpha通道的图片。
使用示例
import cv2
img_color = cv2.imread('C:/Users/15989/Desktop/11.jpeg')
img_gray = cv2.imread('C:/Users/15989/Desktop/11.jpeg', 0)
cv2.imshow('color', img_color)
cv2.waitKey()
cv2.imshow('gray', img_gray)
cv2.waitKey(1)输出图像


边栏推荐
- Podspec automatic upgrade script
- Build DVWA with phpstudy
- js中的全局作用域与函数作用域
- 浏览器查找js绑定或者监听的事件
- VS2017连接MYSQL
- UiBot has an open Microsoft Edge browser and cannot perform the installation
- sql add default constraint
- Judgment of database in SQL injection
- MySQL compressed package installation, fool teaching
- Flow control statement in js
猜你喜欢

softmax函数详解

VTK环境配置

安装Multisim出现 No software will be installed or removed解决方法
![[swagger close] The production environment closes the swagger method](/img/43/17be22626ba152b33beaf03f92fbec.png)
[swagger close] The production environment closes the swagger method

MySQL compressed package installation, fool teaching
Getting to know regular expressions

On the side of Ali, tell me what are the application scenarios of message middleware you know?

jenkins +miniprogram-ci 一键上传微信小程序

Nmap的下载与安装

Understanding of objects and functions in js
随机推荐
Eternal blue bug reappears
MYSQL transaction and lock problem handling
js中流程控制语句
npm WARN config global `--global`, `--local` are deprecated. Use `--location solution
使用ps | egrep时过滤排除掉egrep自身
网页截图与反向代理
Several solutions for mysql startup error The server quit without updating PID file
Chinese garbled solution in UTF-8 environment in Powershell
C语言 | 获取字符串里逗号间隔的内容
Common JVM interview questions and answers
cocoscreator3.5.2打包微信小游戏发布到QQ小游戏修改
为什么bash中的read要配合while才能读取/dev/stdin的内容
What is the difference between NFT and digital collection?
MySql to create data tables
Understanding SSRF, this article is enough
Global scope and function scope in js
[windows]--- SQL Server 2008 super detailed installation tutorial
Principle analysis of famous website msdn.itellyou.cn
"limit" query in Oracle database
数据库 | SQL增删改查基础语法