Skip to content

Commit

Permalink
Update 1.OpenCV简介.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CharonChui authored Oct 18, 2024
1 parent dd55b6b commit df2d625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions VideoDevelopment/OpenCV/1.OpenCV简介.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ API:
默认的BGR 彩色图像加载方式,此外支持灰度图像和任意格式。注意:在OpenCV中颜色值写法是BGR,而不是RGB。
imread() 函数默认加载图像文件,加载进来的是3 通道彩色图像,色彩空间是RGB 色彩空间。
通道顺序是:BGR (蓝色、绿色、红色)。
通道分离函数:split()
通道合并函数:merge()
通道分离函数:split()
通道合并函数:merge()
- imshow("namexx", ...url...):显示图像
- getStructuringElement(...):获取腐蚀的内核矩阵
- erode(...):腐蚀(源图像、目的图像、内核矩阵)
Expand Down

0 comments on commit df2d625

Please sign in to comment.