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

原文地址:https://www.cnblogs.com/yangwenhuan/p/10635301.html