OpenCV:十三、图像处理边缘

2021-01-13  本文已影响0人  马洪滔

前言

在上一章中描述了如何进行图像基本阈值操作,详细描述可点击查看(https://www.jianshu.com/writer#/notebooks/47386368/notes/81463232)

目标

本章中,将学习:

卷积边缘问题

处理边缘

copyMakeBorder(
Mat src,// 输入图像
Mat dst,// 添加边缘图像
int top,// 边缘长度,一般上下左右都取相同值。
int bottom,
int left,
int right,
int borderType,// 边缘类型
Scalar value
)
上一篇 下一篇

猜你喜欢

热点阅读