BoxFilter滤波原理

BoxFilter滤波

具体内容看: https://blog.csdn.net/lxy201700/article/details/25104887

代码实现看:https://blog.csdn.net/eejieyang/article/details/77939944

opencv中的BoxFilter函数使用方法:cv2.boxFilter(imgcv1, 0, (7,7), imgcv1, (-1,-1), False, cv2.BORDER_DEFAULT)

你可能感兴趣的:(Mathmatic,OpenCV)