AI opencv

Mat cv::imread(const String & filename, int flags = IMREAD_COLOR)

imwrite(filename, img[, params])

cvtColor(src, code[, dst[, dstCn]])

resize(src, dsize[, dst[, fx[, fy[, interpolation]]]])

boxFilter(src, ddepth, ksize[, dst[, anchor[, normalize[, borderType]]]]):Blurs an image using the box filter.

 

参考链接

https://docs.opencv.org/master/d9/df8/tutorial_root.html

posted @ 2019-05-28 13:07  happyyoung  阅读(268)  评论(0编辑  收藏  举报