Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob0817912 authored Jan 27, 2024
1 parent f7c61a2 commit 0e58676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

使用 `cpp` 完成以下任务,提交代码和运行结果。

+ 不适用 `cv` 提供的库函数,用三种方式实现图像的二值化(提示:遍历 `cv::Mat` 有几种方式?)
+ 不使用 `cv` 提供的库函数,用三种方式实现图像的二值化(提示:遍历 `cv::Mat` 有几种方式?)
+ 使用 `canny` 算子实现图像的边缘检测
+ 对给定图片上的回形针进行计数
+ 将给定图片进行腐蚀、膨胀、开运算、闭运算,调整算子形状和大小,观察运算结果
Expand Down

0 comments on commit 0e58676

Please sign in to comment.