0
点赞
收藏
分享

微信扫一扫

P17卷积边缘处理

TiaNa_na 2022-02-19 阅读 40

(一)知识点(这节重点,全在知识点里)

①边缘处理的几种类型的具体区别

②对一个图像的填充(先行后列的填充)、锚点不同,最后卷积效果不同

 

 ③API:copyMakeBorder()

CV_EXPORTS_W void copyMakeBorder(InputArray src, OutputArray dst,
                                 int top, int bottom, int left, int right,
                                 int borderType, const Scalar& value = Scalar() );

(二)效果演示

 

举报

相关推荐

0 条评论