Opencv C++成长之路(九):均值滤波

滤波效果 原图像 均值滤波结果 Show me the code #include <iostream> #include <string> #include <opencv2/imgproc/imgproc.hpp> #include <opencv2/highgui.hpp> using namespace std; int main() { // 图像路径 const s
相关文章
相关标签/搜索