processing图片处理

上传人:野鹰 文档编号:1133214 上传时间:2017-05-29 格式:PPT 页数:8 大小:1.01MB
返回 下载 相关 举报
processing图片处理_第1页
第1页 / 共8页
processing图片处理_第2页
第2页 / 共8页
processing图片处理_第3页
第3页 / 共8页
processing图片处理_第4页
第4页 / 共8页
processing图片处理_第5页
第5页 / 共8页
点击查看更多>>
资源描述

《processing图片处理》由会员分享,可在线阅读,更多相关《processing图片处理(8页珍藏版)》请在金锄头文库上搜索。

processing图片处理,processing图片处理,能载入图片,显示;能处理图片的每一个像素。,点画效果的实现,载入图片;随机获取像素;将像素的位置画一个圆点。,代码分析,加载库PImage photo;载入图片photo=loadImage(wzms.jpg);显示图像 image(photo, 0, 0);,载入网络图片,PImage online; void setup() String url = http:/processing.org/img/processing_beta_cover.gif; online = loadImage(url, png); noLoop(); void draw() image(online, 0, 0); ,代码分析像素处理,int x=int(random(photo.width);/随机选取一个像素0-图片宽度 int y=int(random(photo.height);/随机选取一个像素0-图片高度 int xy=x+y *photo.width; loadPixels(); float r=red(photo.pixelsxy); float g=green(photo.pixelsxy); float b=blue(photo.pixelsxy);,

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 研究报告 > 综合/其它

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号