摘要: 一、方框滤波 二、均值滤波 三、高斯滤波 阅读全文
posted @ 2017-04-27 19:53 蒋酱酱 阅读(577) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 4 using namespace std; 5 using namespace cv; 6 7 int main() { 8 //初始化 9 FileStorage fs("test.xml", FileStorage::WRITE); 10 11 //开始文件写入 12 fs (3, 3)... 阅读全文
posted @ 2017-04-27 19:48 蒋酱酱 阅读(472) 评论(0) 推荐(0) 编辑