2017年1月18日
摘要: 本节内容: 访问像素值 用指针扫描图像 用迭代器扫描图像 编写高效的图像扫描循环 扫描图像并访问相邻像素 实现简单的图像运算 图像重映射 访问像素值 准备工作: 创建一个简单函数,用它在图像中加入椒盐噪声. 实现如下: 完整代码: #include <cstdlib> #include <openc 阅读全文
posted @ 2017-01-18 18:57 yoyo_sincerely 阅读(386) 评论(0) 推荐(0) 编辑
摘要: 题目:PolandBall and Hypothesis A. PolandBall and Hypothesis time limit per test 2 seconds memory limit per test 256 megabytes input standard input outpu 阅读全文
posted @ 2017-01-18 15:32 yoyo_sincerely 阅读(603) 评论(0) 推荐(0) 编辑