摘要: 1、 下载windows版本的opencv(默认vs已经下载) 下载链接: Releases Archive - OpenCV 2 .添加环境变量后创建一个桌面工程 环境变量: ..\opencv\build\x64\vc16\bin 随后打开 【视图】 - 【属性管理器】找到下图 如果没有这个选项 阅读全文
posted @ 2023-04-12 22:22 冷小男 阅读(125) 评论(0) 推荐(0)
摘要: 原图: CV_EXPORTS_W void dilate( InputArray src, OutputArray dst, InputArray kernel, Point anchor = Point(-1,-1), int iterations = 1, int borderType = BO 阅读全文
posted @ 2023-04-12 15:52 冷小男 阅读(412) 评论(0) 推荐(0)
摘要: CV_EXPORTS_W void boxFilter( InputArray src, OutputArray dst, int ddepth, Size ksize, Point anchor = Point(-1,-1), bool normalize = true, int borderTy 阅读全文
posted @ 2023-04-12 10:25 冷小男 阅读(88) 评论(0) 推荐(0)